Color spaces of #c296ab
RGB | 194 | 150 | 171 |
---|---|---|---|
HSL | 0.92 | 0.27 | 0.67 |
HSV | 331° | 23° | 76° |
CMYK | 0.00 | 0.23 | 0.12 0.24 |
XYZ | 40.5052 | 36.2223 | 43.3848 |
Yxy | 36.2223 | 0.3372 | 0.3016 |
Hunter Lab | 60.1850 | 14.8089 | -0.6102 |
CIE-Lab | 66.6894 | 19.8453 | -4.6031 |
#c296ab color RGB value is (194,150,171).
#c296ab hex color red value is 194, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c296ab hue: 0.92 , saturation: 0.27 and the lightness value of c296ab is 0.67.
The process color (four color CMYK) of #c296ab color hex is 0.00, 0.23, 0.12, 0.24. Web safe color of #c296ab is #cc9999. Color #c296ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10010110 | 10101011 |
Octal | 302 | 226 | 253 |
Decimal | 194 | 150 | 171 |
Hex | C2 | 96 | AB |
Shades of #c296ab
Tints of #c296ab
RGB Percentages of Color #c296ab
CMYK Percentages of Color #c296ab
Complementary Color
#c296ab | #96c2ad |
#c296ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c296ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c296ab Color CSS Codes
.mybgcolor {background-color:#c296ab; } .myforecolor {color:#c296ab; } .mybordercolor {border:3px solid #c296ab; }
#c296ab Text Font Color
<p style="color:#c296ab">Text here</p>
This sample text font color is #c296ab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c296ab Background Color
<div style="background-color:#c296ab">
Div content here</div>
This div background color is #c296ab
#c296ab Border Color
<div style="border:3px solid #c296ab">
Div here</div>
This div border color is #c296ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,150,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c296ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c296ab; -webkit-box-shadow: 1px 1px 3px 2px #c296ab; box-shadow: 1px 1px 3px 2px #c296ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,150,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c296ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c296ab; -webkit-box-shadow: 1px 1px 3px 2px #c296ab; box-shadow: 1px 1px 3px 2px #c296ab;">
Div content here</div>
This div box has shadow with color #c296ab
Comments
No comments written yet.
Please login to write comment.