#C3B5A5

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

Shades of Grain Brown #C3B5A5

Tints of Grain Brown #C3B5A5

Color information

#C3B5A5 (or 0xC3B5A5) is unknown color: approx Grain Brown. HEX triplet: C3, B5 and A5. RGB value is (195,181,165). Sum of RGB (Red+Green+Blue) = 195+181+165=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B5A5 is #3C4A5A. Grayscale: #B7B7B7. Windows color (decimal): -3951195 or 10859971. OLE color: 10859971.

HSL color Cylindrical-coordinate representation of color #C3B5A5: hue angle of 32º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3B5A5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195181165-
CMYK00.070.150.24
HSL32º20%70.59%-
HSV(B)32º15.38%76.47%-
XYZ45.8247.3742.32-
YUV183.36117.64136.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=36.04%
G=33.46%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518116500.070.150.24322070.59
HexC3B5A507F18201447
Octal3032652450717304024107
Binary1100001110110101101001010111111111000100000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5A5; }

 p { color: rgb(195,181,165); }

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

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

 a { background-color: rgb(195,181,165); }

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

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

 span { border-color: rgb(195,181,165); }

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