Html Css Color HEX #C9A06D Fallow

📋 copy color: '#C9A06D'

red 201 ◦ green 160 ◦ blue 109

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

Shades of Fallow #C9A06D

Tints of Fallow #C9A06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 42.77%
G = 34.04%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9A06D (or 0xC9A06D) is known color: Fallow. HEX triplet: C9, A0 and 6D. RGB value is (201,160,109). Sum of RGB (Red+Green+Blue) = 201+160+109=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A06D is #365F92. Grayscale: #A6A6A6. Windows color (decimal): -3563411 or 7184585. OLE color: 7184585.

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

Color convert

RGB 201 160 109 -
CMYK 0 0.20 0.46 0.21
HSL 33.26º 0.46% 0.61% -
HSV(B) 33.26º 0.46% 0.79% -
XYZ 39.42 38.66 19.85 -
YUV 166.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 201 160 109 0 0.20 0.46 0.21 33.26 0.46 0.61
Hex C9 A0 6D 0 14 2E 15 21 2E 3D
Octal 311 240 155 0 24 56 25 41 56 75
Binary 11001001 10100000 1101101 0 10100 101110 10101 100001 101110 111101

Color Harmonies of #C9A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A06D

Black with #C9A06D

Text Example


Text Example

White with #C9A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A06D; }

 p { color: rgb(201,160,109); }

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

background-color css

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

 a { background-color: rgb(201,160,109); }

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

border-color css

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

 span { border-color: rgb(201,160,109); }

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