#C99B75

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

Shades of Fallow #C99B75

Tints of Fallow #C99B75

Color information

#C99B75 (or 0xC99B75) is unknown color: approx Fallow. HEX triplet: C9, 9B and 75. RGB value is (201,155,117). Sum of RGB (Red+Green+Blue) = 201+155+117=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B75 is #36648A. Grayscale: #A4A4A4. Windows color (decimal): -3564683 or 7707593. OLE color: 7707593.

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

Color convert

RGB201155117-
CMYK00.230.420.21
HSL27.14º43.75%62.35%-
HSV(B)27.14º41.79%78.82%-
XYZ39.0237.1421.94-
YUV164.42101.24154.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=42.49%
G=32.77%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115511700.230.420.2127.1443.7562.35
HexC99B750172A151b2c3e
Octal3112331650275225335476
Binary110010011001101111101010101111010101010111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B75; }

 p { color: rgb(201,155,117); }

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

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

 a { background-color: rgb(201,155,117); }

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

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

 span { border-color: rgb(201,155,117); }

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