#C4CECE

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

Shades of Iron #C4CECE

Tints of Iron #C4CECE

Color information

#C4CECE (or 0xC4CECE) is unknown color: approx Iron. HEX triplet: C4, CE and CE. RGB value is (196,206,206). Sum of RGB (Red+Green+Blue) = 196+206+206=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C4CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CECE is #3B3131. Grayscale: #CACACA. Windows color (decimal): -3879218 or 13553348. OLE color: 13553348.

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

Color convert

RGB196206206-
CMYK0.05000.19
HSL180º9.26%78.82%-
HSV(B)180º4.85%80.78%-
XYZ55.9860.3367.09-
YUV203.01129.69123-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=32.24%
G=33.88%
B=33.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962062060.05000.191809.2678.82
HexC4CECE50013b494f
Octal3043163165002326411117
Binary11000100110011101100111010100100111011010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CECE; }

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

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

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

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

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

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

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

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