Shades of Iron #C3CCCF
Tints of Iron #C3CCCF
RGB
CMYK
RGB Variations
Color information
#C3CCCF (or 0xC3CCCF) is known color: Iron. HEX triplet: C3, CC and CF. RGB value is (195,204,207). Sum of RGB (Red+Green+Blue) = 195+204+207=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCF is #3C3330. Grayscale: #C9C9C9. Windows color (decimal): -3945265 or 13618371. OLE color: 13618371.
HSL color Cylindrical-coordinate representation of color #C3CCCF: hue angle of 195º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CCCF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 204 | 207 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.19 |
| HSL | 195º | 0.11% | 0.79% | - |
| HSV(B) | 195º | 0.06% | 0.81% | - |
| XYZ | 55.36 | 59.29 | 67.56 | - |
| YUV | 201.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 207 | 0.06 | 0.01 | 0 | 0.19 | 195 | 0.11 | 0.79 |
| Hex | C3 | CC | CF | 6 | 1 | 0 | 13 | C3 | B | 4F |
| Octal | 303 | 314 | 317 | 6 | 1 | 0 | 23 | 303 | 13 | 117 |
| Binary | 11000011 | 11001100 | 11001111 | 110 | 1 | 0 | 10011 | 11000011 | 1011 | 1001111 |
Color Harmonies of #C3CCCF
Complementary color
Monochromatic Colors of #C3CCCF
Black with #C3CCCF
Text Example
Text Example
White with #C3CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCCF; }
p { color: rgb(195,204,207); }
H1.HeaderClassName
{
color: #C3CCCF;
}
.AnyTagClassName
{
color: #C3CCCF;
}
</style>
background-color css
<style>
a { background-color: #C3CCCF; }
a { background-color: rgb(195,204,207); }
div.DivClassName
{
background-color: #C3CCCF;
}
.BgClassName
{
background-color: #C3CCCF;
}
</style>
border-color css
<style>
span { border-color: #C3CCCF; }
span { border-color: rgb(195,204,207); }
td.TdClassName
{
border-color: #C3CCCF;
}
.TagClassName
{
border-color: #C3CCCF;
}
</style>