Html Css Color HEX #C99A61 Fallow

📋 copy color: '#C99A61'

red 201 ◦ green 154 ◦ blue 97

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

Shades of Fallow #C99A61

Tints of Fallow #C99A61

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.07%

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 44.47%
G = 34.07%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C99A61 (or 0xC99A61) is known color: Fallow. HEX triplet: C9, 9A and 61. RGB value is (201,154,97). Sum of RGB (Red+Green+Blue) = 201+154+97=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A61 is #36659E. Grayscale: #A1A1A1. Windows color (decimal): -3564959 or 6396617. OLE color: 6396617.

HSL color Cylindrical-coordinate representation of color #C99A61: hue angle of 32.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C99A61 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 97 -
CMYK 0 0.23 0.52 0.21
HSL 32.88º 0.49% 0.58% -
HSV(B) 32.88º 0.52% 0.79% -
XYZ 37.8 36.39 16.34 -
YUV 161.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 201 154 97 0 0.23 0.52 0.21 32.88 0.49 0.58
Hex C9 9A 61 0 17 34 15 21 31 3A
Octal 311 232 141 0 27 64 25 41 61 72
Binary 11001001 10011010 1100001 0 10111 110100 10101 100001 110001 111010

Color Harmonies of #C99A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A61

Black with #C99A61

Text Example


Text Example

White with #C99A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A61; }

 p { color: rgb(201,154,97); }

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

background-color css

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

 a { background-color: rgb(201,154,97); }

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

border-color css

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

 span { border-color: rgb(201,154,97); }

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