Shades of Iron #C3CFD4
Tints of Iron #C3CFD4
RGB
CMYK
RGB Variations
Color information
#C3CFD4 (or 0xC3CFD4) is known color: Iron. HEX triplet: C3, CF and D4. RGB value is (195,207,212). Sum of RGB (Red+Green+Blue) = 195+207+212=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #C3CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFD4 is #3C302B. Grayscale: #CBCBCB. Windows color (decimal): -3944492 or 13946819. OLE color: 13946819.
HSL color Cylindrical-coordinate representation of color #C3CFD4: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CFD4 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 207 | 212 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.17 |
| HSL | 197.65º | 0.17% | 0.8% | - |
| HSV(B) | 197.65º | 0.08% | 0.83% | - |
| XYZ | 56.7 | 60.98 | 71.07 | - |
| YUV | 203.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 212 | 0.08 | 0.02 | 0 | 0.17 | 197.65 | 0.17 | 0.8 |
| Hex | C3 | CF | D4 | 8 | 2 | 0 | 11 | C6 | 11 | 50 |
| Octal | 303 | 317 | 324 | 10 | 2 | 0 | 21 | 306 | 21 | 120 |
| Binary | 11000011 | 11001111 | 11010100 | 1000 | 10 | 0 | 10001 | 11000110 | 10001 | 1010000 |
Color Harmonies of #C3CFD4
Complementary color
Monochromatic Colors of #C3CFD4
Black with #C3CFD4
Text Example
Text Example
White with #C3CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFD4; }
p { color: rgb(195,207,212); }
H1.HeaderClassName
{
color: #C3CFD4;
}
.AnyTagClassName
{
color: #C3CFD4;
}
</style>
background-color css
<style>
a { background-color: #C3CFD4; }
a { background-color: rgb(195,207,212); }
div.DivClassName
{
background-color: #C3CFD4;
}
.BgClassName
{
background-color: #C3CFD4;
}
</style>
border-color css
<style>
span { border-color: #C3CFD4; }
span { border-color: rgb(195,207,212); }
td.TdClassName
{
border-color: #C3CFD4;
}
.TagClassName
{
border-color: #C3CFD4;
}
</style>