#C4CCCC

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

Shades of Iron #C4CCCC

Tints of Iron #C4CCCC

Color information

#C4CCCC (or 0xC4CCCC) is unknown color: approx Iron. HEX triplet: C4, CC and CC. RGB value is (196,204,204). Sum of RGB (Red+Green+Blue) = 196+204+204=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C4CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCC is #3B3333. Grayscale: #C9C9C9. Windows color (decimal): -3879732 or 13421764. OLE color: 13421764.

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

Color convert

RGB196204204-
CMYK0.04000.2
HSL180º7.27%78.43%-
HSV(B)180º3.92%80%-
XYZ55.2659.2865.66-
YUV201.61129.35124-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=32.45%
G=33.77%
B=33.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962042040.04000.21807.2778.43
HexC4CCCC40014b474e
Octal304314314400242647116
Binary1100010011001100110011001000010100101101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCCC; }

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

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

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

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

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

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

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

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