Shades of Iron #C5CCCC
Tints of Iron #C5CCCC
RGB
CMYK
RGB Variations
Color information
#C5CCCC (or 0xC5CCCC) is known color: Iron. HEX triplet: C5, CC and CC. RGB value is (197,204,204). Sum of RGB (Red+Green+Blue) = 197+204+204=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C5CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCC is #3A3333. Grayscale: #C9C9C9. Windows color (decimal): -3814196 or 13421765. OLE color: 13421765.
HSL color Cylindrical-coordinate representation of color #C5CCCC: hue angle of 180º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5CCCC is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 204 | 204 | - |
CMYK | 0.03 | 0 | 0 | 0.2 |
HSL | 180º | 0.06% | 0.79% | - |
HSV(B) | 180º | 0.03% | 0.8% | - |
XYZ | 55.52 | 59.42 | 65.67 | - |
YUV | 201.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 204 | 204 | 0.03 | 0 | 0 | 0.2 | 180 | 0.06 | 0.79 |
Hex | C5 | CC | CC | 3 | 0 | 0 | 14 | B4 | 6 | 4F |
Octal | 305 | 314 | 314 | 3 | 0 | 0 | 24 | 264 | 6 | 117 |
Binary | 11000101 | 11001100 | 11001100 | 11 | 0 | 0 | 10100 | 10110100 | 110 | 1001111 |
Color Harmonies of #C5CCCC
Complementary color
Monochromatic Colors of #C5CCCC
Black with #C5CCCC
Text Example
Text Example
White with #C5CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCCC; }
p { color: rgb(197,204,204); }
H1.HeaderClassName
{
color: #C5CCCC;
}
.AnyTagClassName
{
color: #C5CCCC;
}
</style>
background-color css
<style>
a { background-color: #C5CCCC; }
a { background-color: rgb(197,204,204); }
div.DivClassName
{
background-color: #C5CCCC;
}
.BgClassName
{
background-color: #C5CCCC;
}
</style>
border-color css
<style>
span { border-color: #C5CCCC; }
span { border-color: rgb(197,204,204); }
td.TdClassName
{
border-color: #C5CCCC;
}
.TagClassName
{
border-color: #C5CCCC;
}
</style>