#CCBAA6

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

Shades of Grain Brown #CCBAA6

Tints of Grain Brown #CCBAA6

Color information

#CCBAA6 (or 0xCCBAA6) is unknown color: approx Grain Brown. HEX triplet: CC, BA and A6. RGB value is (204,186,166). Sum of RGB (Red+Green+Blue) = 204+186+166=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA6 is #334559. Grayscale: #BDBDBD. Windows color (decimal): -3360090 or 10926796. OLE color: 10926796.

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

Color convert

RGB204186166-
CMYK00.090.190.2
HSL31.58º27.14%72.55%-
HSV(B)31.58º18.63%80%-
XYZ49.3450.7143.26-
YUV189.1114.96138.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=36.69%
G=33.45%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418616600.090.190.231.5827.1472.55
HexCCBAA6091314201b49
Octal31427224601123244033111
Binary110011001011101010100110010011001110100100000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAA6; }

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

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

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

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

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

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

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

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