Shades of Iron #C3CBCB
Tints of Iron #C3CBCB
RGB
CMYK
RGB Variations
Color information
#C3CBCB (or 0xC3CBCB) is known color: Iron. HEX triplet: C3, CB and CB. RGB value is (195,203,203). Sum of RGB (Red+Green+Blue) = 195+203+203=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C3CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCB is #3C3434. Grayscale: #C8C8C8. Windows color (decimal): -3945525 or 13355971. OLE color: 13355971.
HSL color Cylindrical-coordinate representation of color #C3CBCB: hue angle of 180º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3CBCB is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 195 | 203 | 203 | - |
CMYK | 0.04 | 0 | 0 | 0.20 |
HSL | 180º | 0.07% | 0.78% | - |
HSV(B) | 180º | 0.04% | 0.8% | - |
XYZ | 54.64 | 58.63 | 64.94 | - |
YUV | 200.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 203 | 203 | 0.04 | 0 | 0 | 0.20 | 180 | 0.07 | 0.78 |
Hex | C3 | CB | CB | 4 | 0 | 0 | 14 | B4 | 7 | 4E |
Octal | 303 | 313 | 313 | 4 | 0 | 0 | 24 | 264 | 7 | 116 |
Binary | 11000011 | 11001011 | 11001011 | 100 | 0 | 0 | 10100 | 10110100 | 111 | 1001110 |
Color Harmonies of #C3CBCB
Complementary color
Monochromatic Colors of #C3CBCB
Black with #C3CBCB
Text Example
Text Example
White with #C3CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBCB; }
p { color: rgb(195,203,203); }
H1.HeaderClassName
{
color: #C3CBCB;
}
.AnyTagClassName
{
color: #C3CBCB;
}
</style>
background-color css
<style>
a { background-color: #C3CBCB; }
a { background-color: rgb(195,203,203); }
div.DivClassName
{
background-color: #C3CBCB;
}
.BgClassName
{
background-color: #C3CBCB;
}
</style>
border-color css
<style>
span { border-color: #C3CBCB; }
span { border-color: rgb(195,203,203); }
td.TdClassName
{
border-color: #C3CBCB;
}
.TagClassName
{
border-color: #C3CBCB;
}
</style>