#C9CDCD

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

Shades of Iron #C9CDCD

Tints of Iron #C9CDCD

Color information

#C9CDCD (or 0xC9CDCD) is unknown color: approx Iron. HEX triplet: C9, CD and CD. RGB value is (201,205,205). Sum of RGB (Red+Green+Blue) = 201+205+205=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C9CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCD is #363232. Grayscale: #CBCBCB. Windows color (decimal): -3551795 or 13487561. OLE color: 13487561.

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

Color convert

RGB201205205-
CMYK0.02000.20
HSL180º3.85%79.61%-
HSV(B)180º1.95%80.39%-
XYZ56.9460.4966.43-
YUV203.8128.67126-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.90%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=32.90%
G=33.55%
B=33.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012052050.02000.201803.8579.61
HexC9CDCD20014b4450
Octal311315315200242644120
Binary110010011100110111001101100010100101101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDCD; }

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

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

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

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

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

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

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

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