Shades of Link Water #CACBCF
Tints of Link Water #CACBCF
RGB
CMYK
RGB Variations
Color information
#CACBCF (or 0xCACBCF) is known color: Link Water. HEX triplet: CA, CB and CF. RGB value is (202,203,207). Sum of RGB (Red+Green+Blue) = 202+203+207=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #CACBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBCF is #353430. Grayscale: #CBCBCB. Windows color (decimal): -3486769 or 13618122. OLE color: 13618122.
HSL color Cylindrical-coordinate representation of color #CACBCF: hue angle of 228º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACBCF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 203 | 207 | - |
CMYK | 0.02 | 0.02 | 0 | 0.19 |
HSL | 228º | 0.05% | 0.8% | - |
HSV(B) | 228º | 0.02% | 0.81% | - |
XYZ | 56.98 | 59.77 | 67.57 | - |
YUV | 203.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 207 | 0.02 | 0.02 | 0 | 0.19 | 228 | 0.05 | 0.8 |
Hex | CA | CB | CF | 2 | 2 | 0 | 13 | E4 | 5 | 50 |
Octal | 312 | 313 | 317 | 2 | 2 | 0 | 23 | 344 | 5 | 120 |
Binary | 11001010 | 11001011 | 11001111 | 10 | 10 | 0 | 10011 | 11100100 | 101 | 1010000 |
Color Harmonies of #CACBCF
Complementary color
Monochromatic Colors of #CACBCF
Black with #CACBCF
Text Example
Text Example
White with #CACBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBCF; }
p { color: rgb(202,203,207); }
H1.HeaderClassName
{
color: #CACBCF;
}
.AnyTagClassName
{
color: #CACBCF;
}
</style>
background-color css
<style>
a { background-color: #CACBCF; }
a { background-color: rgb(202,203,207); }
div.DivClassName
{
background-color: #CACBCF;
}
.BgClassName
{
background-color: #CACBCF;
}
</style>
border-color css
<style>
span { border-color: #CACBCF; }
span { border-color: rgb(202,203,207); }
td.TdClassName
{
border-color: #CACBCF;
}
.TagClassName
{
border-color: #CACBCF;
}
</style>