Shades of Link Water #C4CACE
Tints of Link Water #C4CACE
RGB
CMYK
RGB Variations
Color information
#C4CACE (or 0xC4CACE) is known color: Link Water. HEX triplet: C4, CA and CE. RGB value is (196,202,206). Sum of RGB (Red+Green+Blue) = 196+202+206=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CACE is #3B3531. Grayscale: #C8C8C8. Windows color (decimal): -3880242 or 13552324. OLE color: 13552324.
HSL color Cylindrical-coordinate representation of color #C4CACE: hue angle of 204º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CACE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 202 | 206 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.19 |
| HSL | 204º | 0.09% | 0.79% | - |
| HSV(B) | 204º | 0.05% | 0.81% | - |
| XYZ | 55.03 | 58.43 | 66.77 | - |
| YUV | 200.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 206 | 0.05 | 0.02 | 0 | 0.19 | 204 | 0.09 | 0.79 |
| Hex | C4 | CA | CE | 5 | 2 | 0 | 13 | CC | 9 | 4F |
| Octal | 304 | 312 | 316 | 5 | 2 | 0 | 23 | 314 | 11 | 117 |
| Binary | 11000100 | 11001010 | 11001110 | 101 | 10 | 0 | 10011 | 11001100 | 1001 | 1001111 |
Color Harmonies of #C4CACE
Complementary color
Monochromatic Colors of #C4CACE
Black with #C4CACE
Text Example
Text Example
White with #C4CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CACE; }
p { color: rgb(196,202,206); }
H1.HeaderClassName
{
color: #C4CACE;
}
.AnyTagClassName
{
color: #C4CACE;
}
</style>
background-color css
<style>
a { background-color: #C4CACE; }
a { background-color: rgb(196,202,206); }
div.DivClassName
{
background-color: #C4CACE;
}
.BgClassName
{
background-color: #C4CACE;
}
</style>
border-color css
<style>
span { border-color: #C4CACE; }
span { border-color: rgb(196,202,206); }
td.TdClassName
{
border-color: #C4CACE;
}
.TagClassName
{
border-color: #C4CACE;
}
</style>