#CCBBA7

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

Shades of Grain Brown #CCBBA7

Tints of Grain Brown #CCBBA7

Color information

#CCBBA7 (or 0xCCBBA7) is unknown color: approx Grain Brown. HEX triplet: CC, BB and A7. RGB value is (204,187,167). Sum of RGB (Red+Green+Blue) = 204+187+167=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA7 is #334458. Grayscale: #BDBDBD. Windows color (decimal): -3359833 or 10992588. OLE color: 10992588.

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

Color convert

RGB204187167-
CMYK00.080.180.2
HSL32.43º26.62%72.75%-
HSV(B)32.43º18.14%80%-
XYZ49.6551.1743.82-
YUV189.8115.13138.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=36.56%
G=33.51%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418716700.080.180.232.4326.6272.75
HexCCBBA7081214201b49
Octal31427324701022244033111
Binary110011001011101110100111010001001010100100000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBA7; }

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

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

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

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

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

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

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

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