#CCB9AA

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

Shades of Grain Brown #CCB9AA

Tints of Grain Brown #CCB9AA

Color information

#CCB9AA (or 0xCCB9AA) is unknown color: approx Grain Brown. HEX triplet: CC, B9 and AA. RGB value is (204,185,170). Sum of RGB (Red+Green+Blue) = 204+185+170=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AA is #334655. Grayscale: #BDBDBD. Windows color (decimal): -3360342 or 11188684. OLE color: 11188684.

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

Color convert

RGB204185170-
CMYK00.090.170.2
HSL26.47º25%73.33%-
HSV(B)26.47º16.67%80%-
XYZ49.5150.4445.16-
YUV188.97117.29138.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=36.49%
G=33.09%
B=30.41%

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
Decimal20418517000.090.170.226.472573.33
HexCCB9AA0911141a1949
Octal31427125201121243231111
Binary11001100101110011010101001001100011010011010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9AA; }

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

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

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

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

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

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

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

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