Shades of Iron #C3CFD2
Tints of Iron #C3CFD2
RGB
CMYK
RGB Variations
Color information
#C3CFD2 (or 0xC3CFD2) is known color: Iron. HEX triplet: C3, CF and D2. RGB value is (195,207,210). Sum of RGB (Red+Green+Blue) = 195+207+210=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFD2 is #3C302D. Grayscale: #CBCBCB. Windows color (decimal): -3944494 or 13815747. OLE color: 13815747.
HSL color Cylindrical-coordinate representation of color #C3CFD2: hue angle of 192º 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 #C3CFD2 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 207 | 210 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.18 |
| HSL | 192º | 0.14% | 0.79% | - |
| HSV(B) | 192º | 0.07% | 0.82% | - |
| XYZ | 56.45 | 60.88 | 69.75 | - |
| YUV | 203.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 210 | 0.07 | 0.01 | 0 | 0.18 | 192 | 0.14 | 0.79 |
| Hex | C3 | CF | D2 | 7 | 1 | 0 | 12 | C0 | E | 4F |
| Octal | 303 | 317 | 322 | 7 | 1 | 0 | 22 | 300 | 16 | 117 |
| Binary | 11000011 | 11001111 | 11010010 | 111 | 1 | 0 | 10010 | 11000000 | 1110 | 1001111 |
Color Harmonies of #C3CFD2
Complementary color
Monochromatic Colors of #C3CFD2
Black with #C3CFD2
Text Example
Text Example
White with #C3CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFD2; }
p { color: rgb(195,207,210); }
H1.HeaderClassName
{
color: #C3CFD2;
}
.AnyTagClassName
{
color: #C3CFD2;
}
</style>
background-color css
<style>
a { background-color: #C3CFD2; }
a { background-color: rgb(195,207,210); }
div.DivClassName
{
background-color: #C3CFD2;
}
.BgClassName
{
background-color: #C3CFD2;
}
</style>
border-color css
<style>
span { border-color: #C3CFD2; }
span { border-color: rgb(195,207,210); }
td.TdClassName
{
border-color: #C3CFD2;
}
.TagClassName
{
border-color: #C3CFD2;
}
</style>