Html Css Color HEX #C9A268 Fallow

📋 copy color: '#C9A268'

red 201 ◦ green 162 ◦ blue 104

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

Shades of Fallow #C9A268

Tints of Fallow #C9A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

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

R = 43.04%
G = 34.69%
B = 22.27%

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

#C9A268 (or 0xC9A268) is known color: Fallow. HEX triplet: C9, A2 and 68. RGB value is (201,162,104). Sum of RGB (Red+Green+Blue) = 201+162+104=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A268 is #365D97. Grayscale: #A7A7A7. Windows color (decimal): -3562904 or 6857417. OLE color: 6857417.

HSL color Cylindrical-coordinate representation of color #C9A268: hue angle of 35.88º 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 #C9A268 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 104 -
CMYK 0 0.19 0.48 0.21
HSL 35.88º 0.47% 0.6% -
HSV(B) 35.88º 0.48% 0.79% -
XYZ 39.51 39.26 18.59 -
YUV 167.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 201 162 104 0 0.19 0.48 0.21 35.88 0.47 0.6
Hex C9 A2 68 0 13 30 15 24 2F 3C
Octal 311 242 150 0 23 60 25 44 57 74
Binary 11001001 10100010 1101000 0 10011 110000 10101 100100 101111 111100

Color Harmonies of #C9A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A268

Black with #C9A268

Text Example


Text Example

White with #C9A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A268; }

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

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

background-color css

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

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

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

border-color css

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

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

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