#CCB7A4

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

Shades of Grain Brown #CCB7A4

Tints of Grain Brown #CCB7A4

Color information

#CCB7A4 (or 0xCCB7A4) is unknown color: approx Grain Brown. HEX triplet: CC, B7 and A4. RGB value is (204,183,164). Sum of RGB (Red+Green+Blue) = 204+183+164=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7A4 is #33485B. Grayscale: #BBBBBB. Windows color (decimal): -3360860 or 10794956. OLE color: 10794956.

HSL color Cylindrical-coordinate representation of color #CCB7A4: hue angle of 28.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB7A4 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204183164-
CMYK00.100.200.2
HSL28.5º28.17%72.16%-
HSV(B)28.5º19.61%80%-
XYZ48.5449.3842.1-
YUV187.11114.96140.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=37.02%
G=33.21%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418316400.100.200.228.528.1772.16
HexCCB7A40A14141d1c48
Octal31426724401224243534110
Binary11001100101101111010010001010101001010011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7A4; }

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

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

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

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

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

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

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

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