#CCBAAA

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

Shades of Grain Brown #CCBAAA

Tints of Grain Brown #CCBAAA

Color information

#CCBAAA (or 0xCCBAAA) is unknown color: approx Grain Brown. HEX triplet: CC, BA and AA. RGB value is (204,186,170). Sum of RGB (Red+Green+Blue) = 204+186+170=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAAA is #334555. Grayscale: #BDBDBD. Windows color (decimal): -3360086 or 11188940. OLE color: 11188940.

HSL color Cylindrical-coordinate representation of color #CCBAAA: hue angle of 28.24º 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 #CCBAAA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204186170-
CMYK00.090.170.2
HSL28.24º25%73.33%-
HSV(B)28.24º16.67%80%-
XYZ49.7250.8645.23-
YUV189.56116.96138.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=36.43%
G=33.21%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418617000.090.170.228.242573.33
HexCCBAAA0911141c1949
Octal31427225201121243431111
Binary11001100101110101010101001001100011010011100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAAA; }

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

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

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

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

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

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

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

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