#C0CACE

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

Shades of Iron #C0CACE

Tints of Iron #C0CACE

Color information

#C0CACE (or 0xC0CACE) is unknown color: approx Iron. HEX triplet: C0, CA and CE. RGB value is (192,202,206). Sum of RGB (Red+Green+Blue) = 192+202+206=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CACE is #3F3531. Grayscale: #C7C7C7. Windows color (decimal): -4142386 or 13552320. OLE color: 13552320.

HSL color Cylindrical-coordinate representation of color #C0CACE: hue angle of 197.14º 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 #C0CACE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192202206-
CMYK0.070.0200.19
HSL197.14º12.5%78.04%-
HSV(B)197.14º6.8%80.78%-
XYZ5457.966.72-
YUV199.47131.69122.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=32%
G=33.67%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922022060.070.0200.19197.1412.578.04
HexC0CACE72013c5c4e
Octal3003123167202330514116
Binary110000001100101011001110111100100111100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CACE; }

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

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

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

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

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

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

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

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