#C2CECE

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

Shades of Iron #C2CECE

Tints of Iron #C2CECE

Color information

#C2CECE (or 0xC2CECE) is unknown color: approx Iron. HEX triplet: C2, CE and CE. RGB value is (194,206,206). Sum of RGB (Red+Green+Blue) = 194+206+206=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C2CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECE is #3D3131. Grayscale: #CACACA. Windows color (decimal): -4010290 or 13553346. OLE color: 13553346.

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

Color convert

RGB194206206-
CMYK0.06000.19
HSL180º10.91%78.43%-
HSV(B)180º5.83%80.78%-
XYZ55.4660.0767.06-
YUV202.41130.02122-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=32.01%
G=33.99%
B=33.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942062060.06000.1918010.9178.43
HexC2CECE60013b4b4e
Octal3023163166002326413116
Binary11000010110011101100111011000100111011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CECE; }

 p { color: rgb(194,206,206); }

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

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

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

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

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

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

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