#C2CCCD

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

Shades of Iron #C2CCCD

Tints of Iron #C2CCCD

Color information

#C2CCCD (or 0xC2CCCD) is unknown color: approx Iron. HEX triplet: C2, CC and CD. RGB value is (194,204,205). Sum of RGB (Red+Green+Blue) = 194+204+205=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCCD is #3D3332. Grayscale: #C9C9C9. Windows color (decimal): -4010803 or 13487298. OLE color: 13487298.

HSL color Cylindrical-coordinate representation of color #C2CCCD: hue angle of 185.45º degrees, saturation: 0.1, 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 #C2CCCD is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194204205-
CMYK0.050.0000.20
HSL185.45º9.91%78.24%-
HSV(B)185.45º5.37%80.39%-
XYZ54.8659.0666.27-
YUV201.12130.19122.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.17%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=32.17%
G=33.83%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942042050.050.0000.20185.459.9178.24
HexC2CCCD50014b9a4e
Octal3023143155002427112116
Binary11000010110011001100110110100101001011100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCCD; }

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

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

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

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

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

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

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

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