#CBB7A4

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

Shades of Grain Brown #CBB7A4

Tints of Grain Brown #CBB7A4

Color information

#CBB7A4 (or 0xCBB7A4) is unknown color: approx Grain Brown. HEX triplet: CB, B7 and A4. RGB value is (203,183,164). Sum of RGB (Red+Green+Blue) = 203+183+164=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB7A4 is #34485B. Grayscale: #BABABA. Windows color (decimal): -3426396 or 10794955. OLE color: 10794955.

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

Color convert

RGB203183164-
CMYK00.100.190.20
HSL29.23º27.27%71.96%-
HSV(B)29.23º19.21%79.61%-
XYZ48.2649.2442.08-
YUV186.81115.13139.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=36.91%
G=33.27%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318316400.100.190.2029.2327.2771.96
HexCBB7A40A13141d1b48
Octal31326724401223243533110
Binary11001011101101111010010001010100111010011101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7A4; }

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

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

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

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

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

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

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

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