#C9CCCC

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

Shades of Iron #C9CCCC

Tints of Iron #C9CCCC

Color information

#C9CCCC (or 0xC9CCCC) is unknown color: approx Iron. HEX triplet: C9, CC and CC. RGB value is (201,204,204). Sum of RGB (Red+Green+Blue) = 201+204+204=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C9CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCCC is #363333. Grayscale: #CBCBCB. Windows color (decimal): -3552052 or 13421769. OLE color: 13421769.

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

Color convert

RGB201204204-
CMYK0.01000.2
HSL180º2.86%79.41%-
HSV(B)180º1.47%80%-
XYZ56.5859.9665.72-
YUV203.1128.51126.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=33.00%
G=33.50%
B=33.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012042040.01000.21802.8679.41
HexC9CCCC10014b434f
Octal311314314100242643117
Binary1100100111001100110011001001010010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCCC; }

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

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

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

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

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

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

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

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