#C99872

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

Shades of Fallow #C99872

Tints of Fallow #C99872

Color information

#C99872 (or 0xC99872) is unknown color: approx Fallow. HEX triplet: C9, 98 and 72. RGB value is (201,152,114). Sum of RGB (Red+Green+Blue) = 201+152+114=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C99872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99872 is #36678D. Grayscale: #A2A2A2. Windows color (decimal): -3565454 or 7510217. OLE color: 7510217.

HSL color Cylindrical-coordinate representation of color #C99872: hue angle of 26.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C99872 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201152114-
CMYK00.240.430.21
HSL26.21º44.62%61.76%-
HSV(B)26.21º43.28%78.82%-
XYZ38.3536.0920.86-
YUV162.32100.73155.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=43.04%
G=32.55%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115211400.240.430.2126.2144.6261.76
HexC998720182B151a2d3e
Octal3112301620305325325576
Binary110010011001100011100100110001010111010111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99872; }

 p { color: rgb(201,152,114); }

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

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

 a { background-color: rgb(201,152,114); }

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

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

 span { border-color: rgb(201,152,114); }

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