#c99766

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

Shades of Fallow #C99766

Tints of Fallow #C99766

Color information

#C99766 (or 0xC99766) is unknown color: approx Fallow. HEX triplet: C9, 97 and 66. RGB value is (201,151,102). Sum of RGB (Red+Green+Blue) = 201+151+102=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C99766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99766 is #366899. Grayscale: #A0A0A0. Windows color (decimal): -3565722 or 6723529. OLE color: 6723529.

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

Color convert

RGB201151102-
CMYK00.250.490.21
HSL29.7º47.83%59.41%-
HSV(B)29.7º49.25%78.82%-
XYZ37.5535.5117.45-
YUV160.3695.06156.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=44.27%
G=33.26%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115110200.250.490.2129.747.8359.41
HexC9976601931151e303b
Octal3112271460316125366073
Binary110010011001011111001100110011100011010111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c99766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c99766; }

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

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

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

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

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

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

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

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