Shades of Tiara #C0C4C2
Tints of Tiara #C0C4C2
RGB
CMYK
RGB Variations
Color information
#C0C4C2 (or 0xC0C4C2) is known color: Tiara. HEX triplet: C0, C4 and C2. RGB value is (192,196,194). Sum of RGB (Red+Green+Blue) = 192+196+194=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C4C2 is #3F3B3D. Grayscale: #C2C2C2. Windows color (decimal): -4143934 or 12764352. OLE color: 12764352.
HSL color Cylindrical-coordinate representation of color #C0C4C2: hue angle of 150º degrees, saturation: 0.03, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0C4C2 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 192 | 196 | 194 | - |
CMYK | 0.02 | 0 | 0.01 | 0.23 |
HSL | 150º | 0.03% | 0.76% | - |
HSV(B) | 150º | 0.02% | 0.77% | - |
XYZ | 51.22 | 54.58 | 58.87 | - |
YUV | 194.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 196 | 194 | 0.02 | 0 | 0.01 | 0.23 | 150 | 0.03 | 0.76 |
Hex | C0 | C4 | C2 | 2 | 0 | 1 | 17 | 96 | 3 | 4C |
Octal | 300 | 304 | 302 | 2 | 0 | 1 | 27 | 226 | 3 | 114 |
Binary | 11000000 | 11000100 | 11000010 | 10 | 0 | 1 | 10111 | 10010110 | 11 | 1001100 |
Color Harmonies of #C0C4C2
Complementary color
Monochromatic Colors of #C0C4C2
Black with #C0C4C2
Text Example
Text Example
White with #C0C4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C4C2; }
p { color: rgb(192,196,194); }
H1.HeaderClassName
{
color: #C0C4C2;
}
.AnyTagClassName
{
color: #C0C4C2;
}
</style>
background-color css
<style>
a { background-color: #C0C4C2; }
a { background-color: rgb(192,196,194); }
div.DivClassName
{
background-color: #C0C4C2;
}
.BgClassName
{
background-color: #C0C4C2;
}
</style>
border-color css
<style>
span { border-color: #C0C4C2; }
span { border-color: rgb(192,196,194); }
td.TdClassName
{
border-color: #C0C4C2;
}
.TagClassName
{
border-color: #C0C4C2;
}
</style>