#C0CCCB

Color #C0CCCB Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #C0CCCB

Tints of Iron #C0CCCB

Color information

#C0CCCB (or 0xC0CCCB) is unknown color: approx Iron. HEX triplet: C0, CC and CB. RGB value is (192,204,203). Sum of RGB (Red+Green+Blue) = 192+204+203=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCB is #3F3334. Grayscale: #C8C8C8. Windows color (decimal): -4141877 or 13356224. OLE color: 13356224.

HSL color Cylindrical-coordinate representation of color #C0CCCB: hue angle of 175º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CCCB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB192204203-
CMYK0.0600.000.2
HSL175º10.53%77.65%-
HSV(B)175º5.88%80%-
XYZ54.1158.764.98-
YUV200.3129.52122.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=32.05%
G=34.06%
B=33.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922042030.0600.000.217510.5377.65
HexC0CCCB60014afb4e
Octal3003143136002425713116
Binary11000000110011001100101111000101001010111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCCB; }

 p { color: rgb(192,204,203); }

 H1.HeaderClassName
 {
   color: #C0CCCB;
 }
 .AnyTagClassName
 {
   color: #C0CCCB;
 }
</style>
background-color css

<style>
 a { background-color: #C0CCCB; }

 a { background-color: rgb(192,204,203); }

 div.DivClassName
 {
   background-color: #C0CCCB;
 }
 .BgClassName
 {
   background-color: #C0CCCB;
 }
</style>
border-color css

<style>
 span { border-color: #C0CCCB; }

 span { border-color: rgb(192,204,203); }

 td.TdClassName
 {
   border-color: #C0CCCB;
 }
 .TagClassName
 {
   border-color: #C0CCCB;
 }
</style>