Shades of Iron #C2CDCC
Tints of Iron #C2CDCC
RGB
CMYK
RGB Variations
Color information
#C2CDCC (or 0xC2CDCC) is known color: Iron. HEX triplet: C2, CD and CC. RGB value is (194,205,204). Sum of RGB (Red+Green+Blue) = 194+205+204=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDCC is #3D3233. Grayscale: #C9C9C9. Windows color (decimal): -4010548 or 13422018. OLE color: 13422018.
HSL color Cylindrical-coordinate representation of color #C2CDCC: hue angle of 174.55º degrees, saturation: 0.1, 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 #C2CDCC is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 205 | 204 | - |
CMYK | 0.05 | 0 | 0.00 | 0.20 |
HSL | 174.55º | 0.1% | 0.78% | - |
HSV(B) | 174.55º | 0.05% | 0.8% | - |
XYZ | 54.98 | 59.49 | 65.71 | - |
YUV | 201.6 | 129.36 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 204 | 0.05 | 0 | 0.00 | 0.20 | 174.55 | 0.1 | 0.78 |
Hex | C2 | CD | CC | 5 | 0 | 0 | 14 | AF | A | 4E |
Octal | 302 | 315 | 314 | 5 | 0 | 0 | 24 | 257 | 12 | 116 |
Binary | 11000010 | 11001101 | 11001100 | 101 | 0 | 0 | 10100 | 10101111 | 1010 | 1001110 |
Color Harmonies of #C2CDCC
Complementary color
Monochromatic Colors of #C2CDCC
Black with #C2CDCC
Text Example
Text Example
White with #C2CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDCC; }
p { color: rgb(194,205,204); }
H1.HeaderClassName
{
color: #C2CDCC;
}
.AnyTagClassName
{
color: #C2CDCC;
}
</style>
background-color css
<style>
a { background-color: #C2CDCC; }
a { background-color: rgb(194,205,204); }
div.DivClassName
{
background-color: #C2CDCC;
}
.BgClassName
{
background-color: #C2CDCC;
}
</style>
border-color css
<style>
span { border-color: #C2CDCC; }
span { border-color: rgb(194,205,204); }
td.TdClassName
{
border-color: #C2CDCC;
}
.TagClassName
{
border-color: #C2CDCC;
}
</style>