Shades of Link Water #CACBCD
Tints of Link Water #CACBCD
RGB
CMYK
RGB Variations
Color information
#CACBCD (or 0xCACBCD) is known color: Link Water. HEX triplet: CA, CB and CD. RGB value is (202,203,205). Sum of RGB (Red+Green+Blue) = 202+203+205=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 205 - color contains mainly: blue. Hex color #CACBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBCD is #353432. Grayscale: #CACACA. Windows color (decimal): -3486771 or 13487050. OLE color: 13487050.
HSL color Cylindrical-coordinate representation of color #CACBCD: hue angle of 220º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACBCD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 205 | - |
CMYK | 0.01 | 0.01 | 0 | 0.20 |
HSL | 220º | 0.03% | 0.8% | - |
HSV(B) | 220º | 0.01% | 0.8% | - |
XYZ | 56.73 | 59.68 | 66.29 | - |
YUV | 202.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 205 | 0.01 | 0.01 | 0 | 0.20 | 220 | 0.03 | 0.8 |
Hex | CA | CB | CD | 1 | 1 | 0 | 14 | DC | 3 | 50 |
Octal | 312 | 313 | 315 | 1 | 1 | 0 | 24 | 334 | 3 | 120 |
Binary | 11001010 | 11001011 | 11001101 | 1 | 1 | 0 | 10100 | 11011100 | 11 | 1010000 |
Color Harmonies of #CACBCD
Complementary color
Monochromatic Colors of #CACBCD
Black with #CACBCD
Text Example
Text Example
White with #CACBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBCD; }
p { color: rgb(202,203,205); }
H1.HeaderClassName
{
color: #CACBCD;
}
.AnyTagClassName
{
color: #CACBCD;
}
</style>
background-color css
<style>
a { background-color: #CACBCD; }
a { background-color: rgb(202,203,205); }
div.DivClassName
{
background-color: #CACBCD;
}
.BgClassName
{
background-color: #CACBCD;
}
</style>
border-color css
<style>
span { border-color: #CACBCD; }
span { border-color: rgb(202,203,205); }
td.TdClassName
{
border-color: #CACBCD;
}
.TagClassName
{
border-color: #CACBCD;
}
</style>