Shades of Iron #C3CDCC
Tints of Iron #C3CDCC
RGB
CMYK
RGB Variations
Color information
#C3CDCC (or 0xC3CDCC) is known color: Iron. HEX triplet: C3, CD and CC. RGB value is (195,205,204). Sum of RGB (Red+Green+Blue) = 195+205+204=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDCC is #3C3233. Grayscale: #C9C9C9. Windows color (decimal): -3945012 or 13422019. OLE color: 13422019.
HSL color Cylindrical-coordinate representation of color #C3CDCC: hue angle of 174º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CDCC is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 195 | 205 | 204 | - |
CMYK | 0.05 | 0 | 0.00 | 0.20 |
HSL | 174º | 0.09% | 0.78% | - |
HSV(B) | 174º | 0.05% | 0.8% | - |
XYZ | 55.24 | 59.62 | 65.72 | - |
YUV | 201.9 | 129.19 | 123.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 204 | 0.05 | 0 | 0.00 | 0.20 | 174 | 0.09 | 0.78 |
Hex | C3 | CD | CC | 5 | 0 | 0 | 14 | AE | 9 | 4E |
Octal | 303 | 315 | 314 | 5 | 0 | 0 | 24 | 256 | 11 | 116 |
Binary | 11000011 | 11001101 | 11001100 | 101 | 0 | 0 | 10100 | 10101110 | 1001 | 1001110 |
Color Harmonies of #C3CDCC
Complementary color
Monochromatic Colors of #C3CDCC
Black with #C3CDCC
Text Example
Text Example
White with #C3CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDCC; }
p { color: rgb(195,205,204); }
H1.HeaderClassName
{
color: #C3CDCC;
}
.AnyTagClassName
{
color: #C3CDCC;
}
</style>
background-color css
<style>
a { background-color: #C3CDCC; }
a { background-color: rgb(195,205,204); }
div.DivClassName
{
background-color: #C3CDCC;
}
.BgClassName
{
background-color: #C3CDCC;
}
</style>
border-color css
<style>
span { border-color: #C3CDCC; }
span { border-color: rgb(195,205,204); }
td.TdClassName
{
border-color: #C3CDCC;
}
.TagClassName
{
border-color: #C3CDCC;
}
</style>