#C2CCCC

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

Shades of Iron #C2CCCC

Tints of Iron #C2CCCC

Color information

#C2CCCC (or 0xC2CCCC) is unknown color: approx Iron. HEX triplet: C2, CC and CC. RGB value is (194,204,204). Sum of RGB (Red+Green+Blue) = 194+204+204=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C2CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCCC is #3D3333. Grayscale: #C9C9C9. Windows color (decimal): -4010804 or 13421762. OLE color: 13421762.

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

Color convert

RGB194204204-
CMYK0.05000.2
HSL180º8.93%78.04%-
HSV(B)180º4.9%80%-
XYZ54.7459.0165.63-
YUV201.01129.69123-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=32.23%
G=33.89%
B=33.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942042040.05000.21808.9378.04
HexC2CCCC50014b494e
Octal3023143145002426411116
Binary11000010110011001100110010100101001011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCCC; }

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

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

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

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

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

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

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

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