#C9CBCB

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

Shades of Iron #C9CBCB

Tints of Iron #C9CBCB

Color information

#C9CBCB (or 0xC9CBCB) is unknown color: approx Iron. HEX triplet: C9, CB and CB. RGB value is (201,203,203). Sum of RGB (Red+Green+Blue) = 201+203+203=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C9CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCB is #363434. Grayscale: #CACACA. Windows color (decimal): -3552309 or 13355977. OLE color: 13355977.

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

Color convert

RGB201203203-
CMYK0.01000.20
HSL180º1.89%79.22%-
HSV(B)180º0.99%79.61%-
XYZ56.2259.4465.01-
YUV202.4128.34127-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=33.11%
G=33.44%
B=33.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012032030.01000.201801.8979.22
HexC9CBCB10014b424f
Octal311313313100242642117
Binary1100100111001011110010111001010010110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBCB; }

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

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

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

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

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

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

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

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