#C99762

Color #C99762 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C99762

Tints of Fallow #C99762

Color information

#C99762 (or 0xC99762) is unknown color: approx Fallow. HEX triplet: C9, 97 and 62. RGB value is (201,151,98). Sum of RGB (Red+Green+Blue) = 201+151+98=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99762 is #36689D. Grayscale: #A0A0A0. Windows color (decimal): -3565726 or 6461385. OLE color: 6461385.

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

Color convert

RGB20115198-
CMYK00.250.510.21
HSL30.87º48.82%58.63%-
HSV(B)30.87º51.24%78.82%-
XYZ37.3635.4316.43-
YUV159.9193.06157.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.67%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=44.67%
G=33.56%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011519800.250.510.2130.8748.8258.63
HexC9976201933151f313b
Octal3112271420316325376173
Binary110010011001011111000100110011100111010111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99762; }

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

 H1.HeaderClassName
 {
   color: #C99762;
 }
 .AnyTagClassName
 {
   color: #C99762;
 }
</style>
background-color css

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

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

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

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

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

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