Html Css Color HEX #C9A372 Fallow

📋 copy color: '#C9A372'

red 201 ◦ green 163 ◦ blue 114

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

Shades of Fallow #C9A372

Tints of Fallow #C9A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 42.05%
G = 34.1%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9A372 (or 0xC9A372) is known color: Fallow. HEX triplet: C9, A3 and 72. RGB value is (201,163,114). Sum of RGB (Red+Green+Blue) = 201+163+114=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A372 is #365C8D. Grayscale: #A9A9A9. Windows color (decimal): -3562638 or 7513033. OLE color: 7513033.

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

Color convert

RGB 201 163 114 -
CMYK 0 0.19 0.43 0.21
HSL 33.79º 0.45% 0.62% -
HSV(B) 33.79º 0.43% 0.79% -
XYZ 40.22 39.83 21.49 -
YUV 168.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 201 163 114 0 0.19 0.43 0.21 33.79 0.45 0.62
Hex C9 A3 72 0 13 2B 15 22 2D 3E
Octal 311 243 162 0 23 53 25 42 55 76
Binary 11001001 10100011 1110010 0 10011 101011 10101 100010 101101 111110

Color Harmonies of #C9A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A372

Black with #C9A372

Text Example


Text Example

White with #C9A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A372; }

 p { color: rgb(201,163,114); }

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

background-color css

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

 a { background-color: rgb(201,163,114); }

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

border-color css

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

 span { border-color: rgb(201,163,114); }

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