#C99F6C

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

Shades of Fallow #C99F6C

Tints of Fallow #C99F6C

Color information

#C99F6C (or 0xC99F6C) is unknown color: approx Fallow. HEX triplet: C9, 9F and 6C. RGB value is (201,159,108). Sum of RGB (Red+Green+Blue) = 201+159+108=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F6C is #366093. Grayscale: #A5A5A5. Windows color (decimal): -3563668 or 7118793. OLE color: 7118793.

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

Color convert

RGB201159108-
CMYK00.210.460.21
HSL32.9º46.27%60.59%-
HSV(B)32.9º46.27%78.82%-
XYZ39.1938.319.51-
YUV165.7495.41153.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=42.95%
G=33.97%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115910800.210.460.2132.946.2760.59
HexC99F6C0152E15212e3d
Octal3112371540255625415675
Binary1100100110011111110110001010110111010101100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F6C; }

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

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

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

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

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

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

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

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