#C4B2A0

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

Shades of Grain Brown #C4B2A0

Tints of Grain Brown #C4B2A0

Color information

#C4B2A0 (or 0xC4B2A0) is unknown color: approx Grain Brown. HEX triplet: C4, B2 and A0. RGB value is (196,178,160). Sum of RGB (Red+Green+Blue) = 196+178+160=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2A0 is #3B4D5F. Grayscale: #B5B5B5. Windows color (decimal): -3886432 or 10531524. OLE color: 10531524.

HSL color Cylindrical-coordinate representation of color #C4B2A0: hue angle of 30º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B2A0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196178160-
CMYK00.090.180.23
HSL30º23.38%69.8%-
HSV(B)30º18.37%76.86%-
XYZ45.0346.1139.79-
YUV181.33115.96138.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=36.70%
G=33.33%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617816000.090.180.233023.3869.8
HexC4B2A00912171e1746
Octal30426224001122273627106
Binary11000100101100101010000001001100101011111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B2A0; }

 p { color: rgb(196,178,160); }

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

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

 a { background-color: rgb(196,178,160); }

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

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

 span { border-color: rgb(196,178,160); }

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