#CBCCCC

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

Shades of Iron #CBCCCC

Tints of Iron #CBCCCC

Color information

#CBCCCC (or 0xCBCCCC) is unknown color: approx Iron. HEX triplet: CB, CC and CC. RGB value is (203,204,204). Sum of RGB (Red+Green+Blue) = 203+204+204=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #CBCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCCC is #343333. Grayscale: #CBCBCB. Windows color (decimal): -3420980 or 13421771. OLE color: 13421771.

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

Color convert

RGB203204204-
CMYK0.00000.2
HSL180º0.97%79.8%-
HSV(B)180º0.49%80%-
XYZ57.1260.2465.74-
YUV203.7128.17127.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=33.22%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032042040.00000.21800.9779.8
HexCBCCCC00014b4150
Octal313314314000242641120
Binary110010111100110011001100000101001011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCCC; }

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

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

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

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

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

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

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

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