#C2CDCD

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

Shades of Iron #C2CDCD

Tints of Iron #C2CDCD

Color information

#C2CDCD (or 0xC2CDCD) is unknown color: approx Iron. HEX triplet: C2, CD and CD. RGB value is (194,205,205). Sum of RGB (Red+Green+Blue) = 194+205+205=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C2CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDCD is #3D3232. Grayscale: #C9C9C9. Windows color (decimal): -4010547 or 13487554. OLE color: 13487554.

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

Color convert

RGB194205205-
CMYK0.05000.20
HSL180º9.91%78.24%-
HSV(B)180º5.37%80.39%-
XYZ55.159.5466.35-
YUV201.71129.86122.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=32.12%
G=33.94%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942052050.05000.201809.9178.24
HexC2CDCD50014b4a4e
Octal3023153155002426412116
Binary11000010110011011100110110100101001011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDCD; }

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

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

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

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

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

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

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

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