Html Css Color HEX #C9A175 Fallow

📋 copy color: '#C9A175'

red 201 ◦ green 161 ◦ blue 117

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

Shades of Fallow #C9A175

Tints of Fallow #C9A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 41.96%
G = 33.61%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C9A175 (or 0xC9A175) is known color: Fallow. HEX triplet: C9, A1 and 75. RGB value is (201,161,117). Sum of RGB (Red+Green+Blue) = 201+161+117=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A175 is #365E8A. Grayscale: #A8A8A8. Windows color (decimal): -3563147 or 7709129. OLE color: 7709129.

HSL color Cylindrical-coordinate representation of color #C9A175: hue angle of 31.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9A175 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 117 -
CMYK 0 0.20 0.42 0.21
HSL 31.43º 0.44% 0.62% -
HSV(B) 31.43º 0.42% 0.79% -
XYZ 40.04 39.19 22.28 -
YUV 167.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 201 161 117 0 0.20 0.42 0.21 31.43 0.44 0.62
Hex C9 A1 75 0 14 2A 15 1F 2C 3E
Octal 311 241 165 0 24 52 25 37 54 76
Binary 11001001 10100001 1110101 0 10100 101010 10101 11111 101100 111110

Color Harmonies of #C9A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A175

Black with #C9A175

Text Example


Text Example

White with #C9A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A175; }

 p { color: rgb(201,161,117); }

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

background-color css

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

 a { background-color: rgb(201,161,117); }

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

border-color css

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

 span { border-color: rgb(201,161,117); }

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