Shades of Heather #C4C8CA
Tints of Heather #C4C8CA
RGB
CMYK
RGB Variations
Color information
#C4C8CA (or 0xC4C8CA) is known color: Heather. HEX triplet: C4, C8 and CA. RGB value is (196,200,202). Sum of RGB (Red+Green+Blue) = 196+200+202=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8CA is #3B3735. Grayscale: #C7C7C7. Windows color (decimal): -3880758 or 13289668. OLE color: 13289668.
HSL color Cylindrical-coordinate representation of color #C4C8CA: hue angle of 200º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4C8CA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 200 | 202 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.21 |
| HSL | 200º | 0.05% | 0.78% | - |
| HSV(B) | 200º | 0.03% | 0.79% | - |
| XYZ | 54.08 | 57.31 | 64.09 | - |
| YUV | 199.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 202 | 0.03 | 0.01 | 0 | 0.21 | 200 | 0.05 | 0.78 |
| Hex | C4 | C8 | CA | 3 | 1 | 0 | 15 | C8 | 5 | 4E |
| Octal | 304 | 310 | 312 | 3 | 1 | 0 | 25 | 310 | 5 | 116 |
| Binary | 11000100 | 11001000 | 11001010 | 11 | 1 | 0 | 10101 | 11001000 | 101 | 1001110 |
Color Harmonies of #C4C8CA
Complementary color
Monochromatic Colors of #C4C8CA
Black with #C4C8CA
Text Example
Text Example
White with #C4C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8CA; }
p { color: rgb(196,200,202); }
H1.HeaderClassName
{
color: #C4C8CA;
}
.AnyTagClassName
{
color: #C4C8CA;
}
</style>
background-color css
<style>
a { background-color: #C4C8CA; }
a { background-color: rgb(196,200,202); }
div.DivClassName
{
background-color: #C4C8CA;
}
.BgClassName
{
background-color: #C4C8CA;
}
</style>
border-color css
<style>
span { border-color: #C4C8CA; }
span { border-color: rgb(196,200,202); }
td.TdClassName
{
border-color: #C4C8CA;
}
.TagClassName
{
border-color: #C4C8CA;
}
</style>