#C99A6C

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

Shades of Fallow #C99A6C

Tints of Fallow #C99A6C

Color information

#C99A6C (or 0xC99A6C) is unknown color: approx Fallow. HEX triplet: C9, 9A and 6C. RGB value is (201,154,108). Sum of RGB (Red+Green+Blue) = 201+154+108=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A6C is #366593. Grayscale: #A3A3A3. Windows color (decimal): -3564948 or 7117513. OLE color: 7117513.

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

Color convert

RGB201154108-
CMYK00.230.460.21
HSL29.68º46.27%60.59%-
HSV(B)29.68º46.27%78.82%-
XYZ38.3536.6119.23-
YUV162.8197.07155.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=43.41%
G=33.26%
B=23.33%

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
Decimal20115410800.230.460.2129.6846.2760.59
HexC99A6C0172E151e2e3d
Octal3112321540275625365675
Binary110010011001101011011000101111011101010111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A6C; }

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

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

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

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

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

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

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

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