#CCBBA6

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

Shades of Grain Brown #CCBBA6

Tints of Grain Brown #CCBBA6

Color information

#CCBBA6 (or 0xCCBBA6) is unknown color: approx Grain Brown. HEX triplet: CC, BB and A6. RGB value is (204,187,166). Sum of RGB (Red+Green+Blue) = 204+187+166=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA6 is #334459. Grayscale: #BDBDBD. Windows color (decimal): -3359834 or 10927052. OLE color: 10927052.

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

Color convert

RGB204187166-
CMYK00.080.190.2
HSL33.16º27.14%72.55%-
HSV(B)33.16º18.63%80%-
XYZ49.5651.1343.33-
YUV189.69114.63138.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 166 (65.23% from 255) = 29.80%
R=36.62%
G=33.57%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418716600.080.190.233.1627.1472.55
HexCCBBA6081314211b49
Octal31427324601023244133111
Binary110011001011101110100110010001001110100100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBA6; }

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

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

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

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

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

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

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

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