#CCBAA7

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

Shades of Grain Brown #CCBAA7

Tints of Grain Brown #CCBAA7

Color information

#CCBAA7 (or 0xCCBAA7) is unknown color: approx Grain Brown. HEX triplet: CC, BA and A7. RGB value is (204,186,167). Sum of RGB (Red+Green+Blue) = 204+186+167=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA7 is #334558. Grayscale: #BDBDBD. Windows color (decimal): -3360089 or 10992332. OLE color: 10992332.

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

Color convert

RGB204186167-
CMYK00.090.180.2
HSL30.81º26.62%72.75%-
HSV(B)30.81º18.14%80%-
XYZ49.4450.7543.75-
YUV189.22115.46138.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=36.62%
G=33.39%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418616700.090.180.230.8126.6272.75
HexCCBAA70912141f1b49
Octal31427224701122243733111
Binary11001100101110101010011101001100101010011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAA7; }

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

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

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

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

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

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

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

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