#CCB6A0

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

Shades of Grain Brown #CCB6A0

Tints of Grain Brown #CCB6A0

Color information

#CCB6A0 (or 0xCCB6A0) is unknown color: approx Grain Brown. HEX triplet: CC, B6 and A0. RGB value is (204,182,160). Sum of RGB (Red+Green+Blue) = 204+182+160=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6A0 is #33495F. Grayscale: #BABABA. Windows color (decimal): -3361120 or 10532556. OLE color: 10532556.

HSL color Cylindrical-coordinate representation of color #CCB6A0: hue angle of 30º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB6A0 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204182160-
CMYK00.110.220.2
HSL30º30.14%71.37%-
HSV(B)30º21.57%80%-
XYZ47.9748.8340.15-
YUV186.07113.29140.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=37.36%
G=33.33%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418216000.110.220.23030.1471.37
HexCCB6A00B16141e1e47
Octal31426624001326243636107
Binary11001100101101101010000001011101101010011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6A0; }

 p { color: rgb(204,182,160); }

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

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

 a { background-color: rgb(204,182,160); }

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

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

 span { border-color: rgb(204,182,160); }

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