#C99A6D

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

Shades of Fallow #C99A6D

Tints of Fallow #C99A6D

Color information

#C99A6D (or 0xC99A6D) is unknown color: approx Fallow. HEX triplet: C9, 9A and 6D. RGB value is (201,154,109). Sum of RGB (Red+Green+Blue) = 201+154+109=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A6D is #366592. Grayscale: #A3A3A3. Windows color (decimal): -3564947 or 7183049. OLE color: 7183049.

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

Color convert

RGB201154109-
CMYK00.230.460.21
HSL29.35º46%60.78%-
HSV(B)29.35º45.77%78.82%-
XYZ38.436.6319.51-
YUV162.9297.57155.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=43.32%
G=33.19%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115410900.230.460.2129.354660.78
HexC99A6D0172E151d2e3d
Octal3112321550275625355675
Binary110010011001101011011010101111011101010111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A6D; }

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

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

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

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

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

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

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

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