#CCB7A0

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

Shades of Grain Brown #CCB7A0

Tints of Grain Brown #CCB7A0

Color information

#CCB7A0 (or 0xCCB7A0) is unknown color: approx Grain Brown. HEX triplet: CC, B7 and A0. RGB value is (204,183,160). Sum of RGB (Red+Green+Blue) = 204+183+160=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7A0 is #33485F. Grayscale: #BABABA. Windows color (decimal): -3360864 or 10532812. OLE color: 10532812.

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

Color convert

RGB204183160-
CMYK00.100.220.2
HSL31.36º30.14%71.37%-
HSV(B)31.36º21.57%80%-
XYZ48.1849.2440.22-
YUV186.66112.96140.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=37.29%
G=33.46%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418316000.100.220.231.3630.1471.37
HexCCB7A00A16141f1e47
Octal31426724001226243736107
Binary11001100101101111010000001010101101010011111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7A0; }

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

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

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

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

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

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

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

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