#C99788

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

Shades of Quicksand #C99788

Tints of Quicksand #C99788

Color information

#C99788 (or 0xC99788) is unknown color: approx Quicksand. HEX triplet: C9, 97 and 88. RGB value is (201,151,136). Sum of RGB (Red+Green+Blue) = 201+151+136=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99788 is #366877. Grayscale: #A4A4A4. Windows color (decimal): -3565688 or 8951753. OLE color: 8951753.

HSL color Cylindrical-coordinate representation of color #C99788: hue angle of 13.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99788 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB201151136-
CMYK00.250.320.21
HSL13.85º37.57%66.08%-
HSV(B)13.85º32.34%78.82%-
XYZ39.636.3328.22-
YUV164.24112.06154.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=41.19%
G=30.94%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115113600.250.320.2113.8537.5766.08
HexC997880192015e2642
Octal31122721003140251646102
Binary1100100110010111100010000110011000001010111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99788; }

 p { color: rgb(201,151,136); }

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

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

 a { background-color: rgb(201,151,136); }

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

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

 span { border-color: rgb(201,151,136); }

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