Shades of Tiara #C0CAC5
Tints of Tiara #C0CAC5
RGB
CMYK
RGB Variations
Color information
#C0CAC5 (or 0xC0CAC5) is known color: Tiara. HEX triplet: C0, CA and C5. RGB value is (192,202,197). Sum of RGB (Red+Green+Blue) = 192+202+197=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAC5 is #3F353A. Grayscale: #C6C6C6. Windows color (decimal): -4142395 or 12962496. OLE color: 12962496.
HSL color Cylindrical-coordinate representation of color #C0CAC5: hue angle of 150º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CAC5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 192 | 202 | 197 | - |
CMYK | 0.05 | 0 | 0.02 | 0.21 |
HSL | 150º | 0.09% | 0.77% | - |
HSV(B) | 150º | 0.05% | 0.79% | - |
XYZ | 52.94 | 57.48 | 61.13 | - |
YUV | 198.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 197 | 0.05 | 0 | 0.02 | 0.21 | 150 | 0.09 | 0.77 |
Hex | C0 | CA | C5 | 5 | 0 | 2 | 15 | 96 | 9 | 4D |
Octal | 300 | 312 | 305 | 5 | 0 | 2 | 25 | 226 | 11 | 115 |
Binary | 11000000 | 11001010 | 11000101 | 101 | 0 | 10 | 10101 | 10010110 | 1001 | 1001101 |
Color Harmonies of #C0CAC5
Complementary color
Monochromatic Colors of #C0CAC5
Black with #C0CAC5
Text Example
Text Example
White with #C0CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAC5; }
p { color: rgb(192,202,197); }
H1.HeaderClassName
{
color: #C0CAC5;
}
.AnyTagClassName
{
color: #C0CAC5;
}
</style>
background-color css
<style>
a { background-color: #C0CAC5; }
a { background-color: rgb(192,202,197); }
div.DivClassName
{
background-color: #C0CAC5;
}
.BgClassName
{
background-color: #C0CAC5;
}
</style>
border-color css
<style>
span { border-color: #C0CAC5; }
span { border-color: rgb(192,202,197); }
td.TdClassName
{
border-color: #C0CAC5;
}
.TagClassName
{
border-color: #C0CAC5;
}
</style>