Html Css Color HEX #C9A06E Fallow

📋 copy color: '#C9A06E'

red 201 ◦ green 160 ◦ blue 110

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

Shades of Fallow #C9A06E

Tints of Fallow #C9A06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 42.68%
G = 33.97%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9A06E (or 0xC9A06E) is known color: Fallow. HEX triplet: C9, A0 and 6E. RGB value is (201,160,110). Sum of RGB (Red+Green+Blue) = 201+160+110=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A06E is #365F91. Grayscale: #A6A6A6. Windows color (decimal): -3563410 or 7250121. OLE color: 7250121.

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

Color convert

RGB 201 160 110 -
CMYK 0 0.20 0.45 0.21
HSL 32.97º 0.46% 0.61% -
HSV(B) 32.97º 0.45% 0.79% -
XYZ 39.47 38.68 20.14 -
YUV 166.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 201 160 110 0 0.20 0.45 0.21 32.97 0.46 0.61
Hex C9 A0 6E 0 14 2D 15 21 2E 3D
Octal 311 240 156 0 24 55 25 41 56 75
Binary 11001001 10100000 1101110 0 10100 101101 10101 100001 101110 111101

Color Harmonies of #C9A06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A06E

Black with #C9A06E

Text Example


Text Example

White with #C9A06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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