Shades of Iron #C3D2D2
Tints of Iron #C3D2D2
RGB
CMYK
RGB Variations
Color information
#C3D2D2 (or 0xC3D2D2) is known color: Iron. HEX triplet: C3, D2 and D2. RGB value is (195,210,210). Sum of RGB (Red+Green+Blue) = 195+210+210=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 210 - color contains mainly: green, blue. Hex color #C3D2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2D2 is #3C2D2D. Grayscale: #CDCDCD. Windows color (decimal): -3943726 or 13816515. OLE color: 13816515.
HSL color Cylindrical-coordinate representation of color #C3D2D2: hue angle of 180º 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 #C3D2D2 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 210 | - |
| CMYK | 0.07 | 0 | 0 | 0.18 |
| HSL | 180º | 0.14% | 0.79% | - |
| HSV(B) | 180º | 0.07% | 0.82% | - |
| XYZ | 57.19 | 62.35 | 69.99 | - |
| YUV | 205.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 210 | 0.07 | 0 | 0 | 0.18 | 180 | 0.14 | 0.79 |
| Hex | C3 | D2 | D2 | 7 | 0 | 0 | 12 | B4 | E | 4F |
| Octal | 303 | 322 | 322 | 7 | 0 | 0 | 22 | 264 | 16 | 117 |
| Binary | 11000011 | 11010010 | 11010010 | 111 | 0 | 0 | 10010 | 10110100 | 1110 | 1001111 |
Color Harmonies of #C3D2D2
Complementary color
Monochromatic Colors of #C3D2D2
Black with #C3D2D2
Text Example
Text Example
White with #C3D2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2D2; }
p { color: rgb(195,210,210); }
H1.HeaderClassName
{
color: #C3D2D2;
}
.AnyTagClassName
{
color: #C3D2D2;
}
</style>
background-color css
<style>
a { background-color: #C3D2D2; }
a { background-color: rgb(195,210,210); }
div.DivClassName
{
background-color: #C3D2D2;
}
.BgClassName
{
background-color: #C3D2D2;
}
</style>
border-color css
<style>
span { border-color: #C3D2D2; }
span { border-color: rgb(195,210,210); }
td.TdClassName
{
border-color: #C3D2D2;
}
.TagClassName
{
border-color: #C3D2D2;
}
</style>