#CCB9A0

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

Shades of Grain Brown #CCB9A0

Tints of Grain Brown #CCB9A0

Color information

#CCB9A0 (or 0xCCB9A0) is unknown color: approx Grain Brown. HEX triplet: CC, B9 and A0. RGB value is (204,185,160). Sum of RGB (Red+Green+Blue) = 204+185+160=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9A0 is #33465F. Grayscale: #BBBBBB. Windows color (decimal): -3360352 or 10533324. OLE color: 10533324.

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

Color convert

RGB204185160-
CMYK00.090.220.2
HSL34.09º30.14%71.37%-
HSV(B)34.09º21.57%80%-
XYZ48.650.0740.36-
YUV187.83112.29139.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=37.16%
G=33.70%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418516000.090.220.234.0930.1471.37
HexCCB9A0091614221e47
Octal31427124001126244236107
Binary110011001011100110100000010011011010100100010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9A0; }

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

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

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

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

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

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

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

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