Shades of Iron #CAD0D0
Tints of Iron #CAD0D0
RGB
CMYK
RGB Variations
Color information
#CAD0D0 (or 0xCAD0D0) is known color: Iron. HEX triplet: CA, D0 and D0. RGB value is (202,208,208). Sum of RGB (Red+Green+Blue) = 202+208+208=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #CAD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0D0 is #352F2F. Grayscale: #CECECE. Windows color (decimal): -3485488 or 13684938. OLE color: 13684938.
HSL color Cylindrical-coordinate representation of color #CAD0D0: hue angle of 180º 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 #CAD0D0 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 208 | 208 | - |
CMYK | 0.03 | 0 | 0 | 0.18 |
HSL | 180º | 0.06% | 0.8% | - |
HSV(B) | 180º | 0.03% | 0.82% | - |
XYZ | 58.3 | 62.22 | 68.61 | - |
YUV | 206.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 208 | 0.03 | 0 | 0 | 0.18 | 180 | 0.06 | 0.8 |
Hex | CA | D0 | D0 | 3 | 0 | 0 | 12 | B4 | 6 | 50 |
Octal | 312 | 320 | 320 | 3 | 0 | 0 | 22 | 264 | 6 | 120 |
Binary | 11001010 | 11010000 | 11010000 | 11 | 0 | 0 | 10010 | 10110100 | 110 | 1010000 |
Color Harmonies of #CAD0D0
Complementary color
Monochromatic Colors of #CAD0D0
Black with #CAD0D0
Text Example
Text Example
White with #CAD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD0D0; }
p { color: rgb(202,208,208); }
H1.HeaderClassName
{
color: #CAD0D0;
}
.AnyTagClassName
{
color: #CAD0D0;
}
</style>
background-color css
<style>
a { background-color: #CAD0D0; }
a { background-color: rgb(202,208,208); }
div.DivClassName
{
background-color: #CAD0D0;
}
.BgClassName
{
background-color: #CAD0D0;
}
</style>
border-color css
<style>
span { border-color: #CAD0D0; }
span { border-color: rgb(202,208,208); }
td.TdClassName
{
border-color: #CAD0D0;
}
.TagClassName
{
border-color: #CAD0D0;
}
</style>