#C99A66

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

Shades of Fallow #C99A66

Tints of Fallow #C99A66

Color information

#C99A66 (or 0xC99A66) is unknown color: approx Fallow. HEX triplet: C9, 9A and 66. RGB value is (201,154,102). Sum of RGB (Red+Green+Blue) = 201+154+102=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A66 is #366599. Grayscale: #A2A2A2. Windows color (decimal): -3564954 or 6724297. OLE color: 6724297.

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

Color convert

RGB201154102-
CMYK00.230.490.21
HSL31.52º47.83%59.41%-
HSV(B)31.52º49.25%78.82%-
XYZ38.0436.4917.61-
YUV162.1294.07155.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=43.98%
G=33.70%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115410200.230.490.2131.5247.8359.41
HexC99A66017311520303b
Octal3112321460276125406073
Binary1100100110011010110011001011111000110101100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A66; }

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

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

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

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

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

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

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

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