Html Css Color HEX #C9B9A5 Grain Brown

📋 copy color: '#C9B9A5'

red 201 ◦ green 185 ◦ blue 165

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

Shades of Grain Brown #C9B9A5

Tints of Grain Brown #C9B9A5

RGB

 RED value IS 201 (78.91% from 255) = 36.48%

 GREEN value IS 185 (72.66% from 255) = 33.58%

 BLUE value IS 165 (64.84% from 255) = 29.95%

R = 36.48%
G = 33.58%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C9B9A5 (or 0xC9B9A5) is known color: Grain Brown. HEX triplet: C9, B9 and A5. RGB value is (201,185,165). Sum of RGB (Red+Green+Blue) = 201+185+165=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B9A5 is #36465A. Grayscale: #BBBBBB. Windows color (decimal): -3556955 or 10861001. OLE color: 10861001.

HSL color Cylindrical-coordinate representation of color #C9B9A5: hue angle of 33.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9B9A5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 165 -
CMYK 0 0.08 0.18 0.21
HSL 33.33º 0.25% 0.72% -
HSV(B) 33.33º 0.18% 0.79% -
XYZ 48.23 49.83 42.67 -
YUV 187.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 201 185 165 0 0.08 0.18 0.21 33.33 0.25 0.72
Hex C9 B9 A5 0 8 12 15 21 19 48
Octal 311 271 245 0 10 22 25 41 31 110
Binary 11001001 10111001 10100101 0 1000 10010 10101 100001 11001 1001000

Color Harmonies of #C9B9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9A5

Black with #C9B9A5

Text Example


Text Example

White with #C9B9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9A5; }

 p { color: rgb(201,185,165); }

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

background-color css

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

 a { background-color: rgb(201,185,165); }

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

border-color css

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

 span { border-color: rgb(201,185,165); }

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