#CCBAA0

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

Shades of Grain Brown #CCBAA0

Tints of Grain Brown #CCBAA0

Color information

#CCBAA0 (or 0xCCBAA0) is unknown color: approx Grain Brown. HEX triplet: CC, BA and A0. RGB value is (204,186,160). Sum of RGB (Red+Green+Blue) = 204+186+160=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA0 is #33455F. Grayscale: #BCBCBC. Windows color (decimal): -3360096 or 10533580. OLE color: 10533580.

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

Color convert

RGB204186160-
CMYK00.090.220.2
HSL35.45º30.14%71.37%-
HSV(B)35.45º21.57%80%-
XYZ48.8150.4940.43-
YUV188.42111.96139.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=37.09%
G=33.82%
B=29.09%

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
Decimal20418616000.090.220.235.4530.1471.37
HexCCBAA0091614231e47
Octal31427224001126244336107
Binary110011001011101010100000010011011010100100011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAA0; }

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

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

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

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

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

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

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

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