#C99B6E

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

Shades of Fallow #C99B6E

Tints of Fallow #C99B6E

Color information

#C99B6E (or 0xC99B6E) is unknown color: approx Fallow. HEX triplet: C9, 9B and 6E. RGB value is (201,155,110). Sum of RGB (Red+Green+Blue) = 201+155+110=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B6E is #366491. Grayscale: #A3A3A3. Windows color (decimal): -3564690 or 7248841. OLE color: 7248841.

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

Color convert

RGB201155110-
CMYK00.230.450.21
HSL29.67º45.73%60.98%-
HSV(B)29.67º45.27%78.82%-
XYZ38.6236.9919.86-
YUV163.6297.74154.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=43.13%
G=33.26%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115511000.230.450.2129.6745.7360.98
HexC99B6E0172D151e2e3d
Octal3112331560275525365675
Binary110010011001101111011100101111011011010111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B6E; }

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

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

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

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

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

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

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

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