Shades of Tiara #C2CAC6
Tints of Tiara #C2CAC6
RGB
CMYK
RGB Variations
Color information
#C2CAC6 (or 0xC2CAC6) is known color: Tiara. HEX triplet: C2, CA and C6. RGB value is (194,202,198). Sum of RGB (Red+Green+Blue) = 194+202+198=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC6 is #3D3539. Grayscale: #C7C7C7. Windows color (decimal): -4011322 or 13028034. OLE color: 13028034.
HSL color Cylindrical-coordinate representation of color #C2CAC6: hue angle of 150º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CAC6 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 202 | 198 | - |
CMYK | 0.04 | 0 | 0.02 | 0.21 |
HSL | 150º | 0.07% | 0.78% | - |
HSV(B) | 150º | 0.04% | 0.79% | - |
XYZ | 53.56 | 57.79 | 61.76 | - |
YUV | 199.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 202 | 198 | 0.04 | 0 | 0.02 | 0.21 | 150 | 0.07 | 0.78 |
Hex | C2 | CA | C6 | 4 | 0 | 2 | 15 | 96 | 7 | 4E |
Octal | 302 | 312 | 306 | 4 | 0 | 2 | 25 | 226 | 7 | 116 |
Binary | 11000010 | 11001010 | 11000110 | 100 | 0 | 10 | 10101 | 10010110 | 111 | 1001110 |
Color Harmonies of #C2CAC6
Complementary color
Monochromatic Colors of #C2CAC6
Black with #C2CAC6
Text Example
Text Example
White with #C2CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAC6; }
p { color: rgb(194,202,198); }
H1.HeaderClassName
{
color: #C2CAC6;
}
.AnyTagClassName
{
color: #C2CAC6;
}
</style>
background-color css
<style>
a { background-color: #C2CAC6; }
a { background-color: rgb(194,202,198); }
div.DivClassName
{
background-color: #C2CAC6;
}
.BgClassName
{
background-color: #C2CAC6;
}
</style>
border-color css
<style>
span { border-color: #C2CAC6; }
span { border-color: rgb(194,202,198); }
td.TdClassName
{
border-color: #C2CAC6;
}
.TagClassName
{
border-color: #C2CAC6;
}
</style>