#C99588

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

Shades of Quicksand #C99588

Tints of Quicksand #C99588

Color information

#C99588 (or 0xC99588) is unknown color: approx Quicksand. HEX triplet: C9, 95 and 88. RGB value is (201,149,136). Sum of RGB (Red+Green+Blue) = 201+149+136=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99588 is #366A77. Grayscale: #A3A3A3. Windows color (decimal): -3566200 or 8951241. OLE color: 8951241.

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

Color convert

RGB201149136-
CMYK00.260.320.21
HSL12º37.57%66.08%-
HSV(B)12º32.34%78.82%-
XYZ39.2835.6928.11-
YUV163.07112.73155.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=41.36%
G=30.66%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114913600.260.320.211237.5766.08
HexC9958801A2015c2642
Octal31122521003240251446102
Binary1100100110010101100010000110101000001010111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99588; }

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

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

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

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

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

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

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

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