#C4CCCE

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

Shades of Iron #C4CCCE

Tints of Iron #C4CCCE

Color information

#C4CCCE (or 0xC4CCCE) is unknown color: approx Iron. HEX triplet: C4, CC and CE. RGB value is (196,204,206). Sum of RGB (Red+Green+Blue) = 196+204+206=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCE is #3B3331. Grayscale: #C9C9C9. Windows color (decimal): -3879730 or 13552836. OLE color: 13552836.

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

Color convert

RGB196204206-
CMYK0.050.0100.19
HSL192º9.26%78.82%-
HSV(B)192º4.85%80.78%-
XYZ55.559.3866.93-
YUV201.84130.35123.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.34%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=32.34%
G=33.66%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962042060.050.0100.191929.2678.82
HexC4CCCE51013c094f
Octal3043143165102330011117
Binary11000100110011001100111010110100111100000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCCE; }

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

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

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

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

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

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

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

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