Html Css Color HEX #C9A368 Fallow

📋 copy color: '#C9A368'

red 201 ◦ green 163 ◦ blue 104

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

Shades of Fallow #C9A368

Tints of Fallow #C9A368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 42.95%
G = 34.83%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C9A368 (or 0xC9A368) is known color: Fallow. HEX triplet: C9, A3 and 68. RGB value is (201,163,104). Sum of RGB (Red+Green+Blue) = 201+163+104=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A368 is #365C97. Grayscale: #A7A7A7. Windows color (decimal): -3562648 or 6857673. OLE color: 6857673.

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

Color convert

RGB 201 163 104 -
CMYK 0 0.19 0.48 0.21
HSL 36.49º 0.47% 0.6% -
HSV(B) 36.49º 0.48% 0.79% -
XYZ 39.68 39.61 18.65 -
YUV 167.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 201 163 104 0 0.19 0.48 0.21 36.49 0.47 0.6
Hex C9 A3 68 0 13 30 15 24 2F 3C
Octal 311 243 150 0 23 60 25 44 57 74
Binary 11001001 10100011 1101000 0 10011 110000 10101 100100 101111 111100

Color Harmonies of #C9A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A368

Black with #C9A368

Text Example


Text Example

White with #C9A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A368; }

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

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

background-color css

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

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

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

border-color css

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

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

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