#CCBBAA

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

Shades of Grain Brown #CCBBAA

Tints of Grain Brown #CCBBAA

Color information

#CCBBAA (or 0xCCBBAA) is unknown color: approx Grain Brown. HEX triplet: CC, BB and AA. RGB value is (204,187,170). Sum of RGB (Red+Green+Blue) = 204+187+170=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBAA is #334455. Grayscale: #BEBEBE. Windows color (decimal): -3359830 or 11189196. OLE color: 11189196.

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

Color convert

RGB204187170-
CMYK00.080.170.2
HSL30º25%73.33%-
HSV(B)30º16.67%80%-
XYZ49.9351.2845.3-
YUV190.14116.63137.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=36.36%
G=33.33%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418717000.080.170.2302573.33
HexCCBBAA0811141e1949
Octal31427325201021243631111
Binary11001100101110111010101001000100011010011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBAA; }

 p { color: rgb(204,187,170); }

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

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

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

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

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

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

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