#C99D6D

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

Shades of Fallow #C99D6D

Tints of Fallow #C99D6D

Color information

#C99D6D (or 0xC99D6D) is unknown color: approx Fallow. HEX triplet: C9, 9D and 6D. RGB value is (201,157,109). Sum of RGB (Red+Green+Blue) = 201+157+109=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D6D is #366292. Grayscale: #A4A4A4. Windows color (decimal): -3564179 or 7183817. OLE color: 7183817.

HSL color Cylindrical-coordinate representation of color #C99D6D: hue angle of 31.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C99D6D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201157109-
CMYK00.220.460.21
HSL31.3º46%60.78%-
HSV(B)31.3º45.77%78.82%-
XYZ38.937.6419.68-
YUV164.6896.58153.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=43.04%
G=33.62%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115710900.220.460.2131.34660.78
HexC99D6D0162E151f2e3d
Octal3112351550265625375675
Binary110010011001110111011010101101011101010111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D6D; }

 p { color: rgb(201,157,109); }

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

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

 a { background-color: rgb(201,157,109); }

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

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

 span { border-color: rgb(201,157,109); }

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