Shades of Link Water #CACBD0
Tints of Link Water #CACBD0
RGB
CMYK
RGB Variations
Color information
#CACBD0 (or 0xCACBD0) is known color: Link Water. HEX triplet: CA, CB and D0. RGB value is (202,203,208). Sum of RGB (Red+Green+Blue) = 202+203+208=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CACBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD0 is #35342F. Grayscale: #CBCBCB. Windows color (decimal): -3486768 or 13683658. OLE color: 13683658.
HSL color Cylindrical-coordinate representation of color #CACBD0: hue angle of 230º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACBD0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 203 | 208 | - |
CMYK | 0.03 | 0.02 | 0 | 0.18 |
HSL | 230º | 0.06% | 0.8% | - |
HSV(B) | 230º | 0.03% | 0.82% | - |
XYZ | 57.1 | 59.82 | 68.21 | - |
YUV | 203.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 208 | 0.03 | 0.02 | 0 | 0.18 | 230 | 0.06 | 0.8 |
Hex | CA | CB | D0 | 3 | 2 | 0 | 12 | E6 | 6 | 50 |
Octal | 312 | 313 | 320 | 3 | 2 | 0 | 22 | 346 | 6 | 120 |
Binary | 11001010 | 11001011 | 11010000 | 11 | 10 | 0 | 10010 | 11100110 | 110 | 1010000 |
Color Harmonies of #CACBD0
Complementary color
Monochromatic Colors of #CACBD0
Black with #CACBD0
Text Example
Text Example
White with #CACBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBD0; }
p { color: rgb(202,203,208); }
H1.HeaderClassName
{
color: #CACBD0;
}
.AnyTagClassName
{
color: #CACBD0;
}
</style>
background-color css
<style>
a { background-color: #CACBD0; }
a { background-color: rgb(202,203,208); }
div.DivClassName
{
background-color: #CACBD0;
}
.BgClassName
{
background-color: #CACBD0;
}
</style>
border-color css
<style>
span { border-color: #CACBD0; }
span { border-color: rgb(202,203,208); }
td.TdClassName
{
border-color: #CACBD0;
}
.TagClassName
{
border-color: #CACBD0;
}
</style>