Html Css Color HEX #C3B3A0 Grain Brown

📋 copy color: '#C3B3A0'

red 195 ◦ green 179 ◦ blue 160

#C3B3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #C3B3A0

Tints of Grain Brown #C3B3A0

RGB

 RED value IS 195 (76.56% from 255) = 36.52%

 GREEN value IS 179 (70.31% from 255) = 33.52%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 36.52%
G = 33.52%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3B3A0 (or 0xC3B3A0) is known color: Grain Brown. HEX triplet: C3, B3 and A0. RGB value is (195,179,160). Sum of RGB (Red+Green+Blue) = 195+179+160=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B3A0 is #3C4C5F. Grayscale: #B5B5B5. Windows color (decimal): -3951712 or 10531779. OLE color: 10531779.

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

Color convert

RGB 195 179 160 -
CMYK 0 0.08 0.18 0.24
HSL 32.57º 0.23% 0.7% -
HSV(B) 32.57º 0.18% 0.76% -
XYZ 44.97 46.38 39.84 -
YUV 181.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 195 179 160 0 0.08 0.18 0.24 32.57 0.23 0.7
Hex C3 B3 A0 0 8 12 18 21 17 46
Octal 303 263 240 0 10 22 30 41 27 106
Binary 11000011 10110011 10100000 0 1000 10010 11000 100001 10111 1000110

Color Harmonies of #C3B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B3A0

Black with #C3B3A0

Text Example


Text Example

White with #C3B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B3A0; }

 p { color: rgb(195,179,160); }

 H1.HeaderClassName
 {
   color: #C3B3A0;
 }
 .AnyTagClassName
 {
   color: #C3B3A0;
 }
</style>

background-color css

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

 a { background-color: rgb(195,179,160); }

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

border-color css

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

 span { border-color: rgb(195,179,160); }

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