#C0CCCE

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

Shades of Iron #C0CCCE

Tints of Iron #C0CCCE

Color information

#C0CCCE (or 0xC0CCCE) is unknown color: approx Iron. HEX triplet: C0, CC and CE. RGB value is (192,204,206). Sum of RGB (Red+Green+Blue) = 192+204+206=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCE is #3F3331. Grayscale: #C8C8C8. Windows color (decimal): -4141874 or 13552832. OLE color: 13552832.

HSL color Cylindrical-coordinate representation of color #C0CCCE: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CCCE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192204206-
CMYK0.070.0100.19
HSL188.57º12.5%78.04%-
HSV(B)188.57º6.8%80.78%-
XYZ54.4758.8566.88-
YUV200.64131.02121.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=31.89%
G=33.89%
B=34.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922042060.070.0100.19188.5712.578.04
HexC0CCCE71013bdc4e
Octal3003143167102327514116
Binary11000000110011001100111011110100111011110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCCE; }

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

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

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

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

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

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

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

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