Html Css Color HEX #C99760 Fallow

📋 copy color: '#C99760'

red 201 ◦ green 151 ◦ blue 96

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

Shades of Fallow #C99760

Tints of Fallow #C99760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 44.87%
G = 33.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C99760 (or 0xC99760) is known color: Fallow. HEX triplet: C9, 97 and 60. RGB value is (201,151,96). Sum of RGB (Red+Green+Blue) = 201+151+96=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99760 is #36689F. Grayscale: #9F9F9F. Windows color (decimal): -3565728 or 6330313. OLE color: 6330313.

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

Color convert

RGB 201 151 96 -
CMYK 0 0.25 0.52 0.21
HSL 31.43º 0.49% 0.58% -
HSV(B) 31.43º 0.52% 0.79% -
XYZ 37.27 35.4 15.93 -
YUV 159.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 201 151 96 0 0.25 0.52 0.21 31.43 0.49 0.58
Hex C9 97 60 0 19 34 15 1F 31 3A
Octal 311 227 140 0 31 64 25 37 61 72
Binary 11001001 10010111 1100000 0 11001 110100 10101 11111 110001 111010

Color Harmonies of #C99760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99760

Black with #C99760

Text Example


Text Example

White with #C99760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99760; }

 p { color: rgb(201,151,96); }

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

background-color css

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

 a { background-color: rgb(201,151,96); }

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

border-color css

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

 span { border-color: rgb(201,151,96); }

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