#CCBAAC

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

Shades of Grain Brown #CCBAAC

Tints of Grain Brown #CCBAAC

Color information

#CCBAAC (or 0xCCBAAC) is unknown color: approx Grain Brown. HEX triplet: CC, BA and AC. RGB value is (204,186,172). Sum of RGB (Red+Green+Blue) = 204+186+172=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAAC is #334553. Grayscale: #BDBDBD. Windows color (decimal): -3360084 or 11320012. OLE color: 11320012.

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

Color convert

RGB204186172-
CMYK00.090.160.2
HSL26.25º23.88%73.73%-
HSV(B)26.25º15.69%80%-
XYZ49.9150.9346.23-
YUV189.79117.96138.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=36.30%
G=33.10%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418617200.090.160.226.2523.8873.73
HexCCBAAC0910141a184a
Octal31427225401120243230112
Binary11001100101110101010110001001100001010011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAAC; }

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

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

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

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

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

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

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

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