Shades of Iron #C3D0D2
Tints of Iron #C3D0D2
RGB
CMYK
RGB Variations
Color information
#C3D0D2 (or 0xC3D0D2) is known color: Iron. HEX triplet: C3, D0 and D2. RGB value is (195,208,210). Sum of RGB (Red+Green+Blue) = 195+208+210=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3D0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0D2 is #3C2F2D. Grayscale: #CCCCCC. Windows color (decimal): -3944238 or 13816003. OLE color: 13816003.
HSL color Cylindrical-coordinate representation of color #C3D0D2: hue angle of 188º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D0D2 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 210 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.18 |
| HSL | 188º | 0.14% | 0.79% | - |
| HSV(B) | 188º | 0.07% | 0.82% | - |
| XYZ | 56.69 | 61.37 | 69.83 | - |
| YUV | 204.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 210 | 0.07 | 0.01 | 0 | 0.18 | 188 | 0.14 | 0.79 |
| Hex | C3 | D0 | D2 | 7 | 1 | 0 | 12 | BC | E | 4F |
| Octal | 303 | 320 | 322 | 7 | 1 | 0 | 22 | 274 | 16 | 117 |
| Binary | 11000011 | 11010000 | 11010010 | 111 | 1 | 0 | 10010 | 10111100 | 1110 | 1001111 |
Color Harmonies of #C3D0D2
Complementary color
Monochromatic Colors of #C3D0D2
Black with #C3D0D2
Text Example
Text Example
White with #C3D0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D0D2; }
p { color: rgb(195,208,210); }
H1.HeaderClassName
{
color: #C3D0D2;
}
.AnyTagClassName
{
color: #C3D0D2;
}
</style>
background-color css
<style>
a { background-color: #C3D0D2; }
a { background-color: rgb(195,208,210); }
div.DivClassName
{
background-color: #C3D0D2;
}
.BgClassName
{
background-color: #C3D0D2;
}
</style>
border-color css
<style>
span { border-color: #C3D0D2; }
span { border-color: rgb(195,208,210); }
td.TdClassName
{
border-color: #C3D0D2;
}
.TagClassName
{
border-color: #C3D0D2;
}
</style>