#C99B93

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

Shades of Quicksand #C99B93

Tints of Quicksand #C99B93

Color information

#C99B93 (or 0xC99B93) is unknown color: approx Quicksand. HEX triplet: C9, 9B and 93. RGB value is (201,155,147). Sum of RGB (Red+Green+Blue) = 201+155+147=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B93 is #36646C. Grayscale: #A7A7A7. Windows color (decimal): -3564653 or 9673673. OLE color: 9673673.

HSL color Cylindrical-coordinate representation of color #C99B93: hue angle of 8.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99B93 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201155147-
CMYK00.230.270.21
HSL8.89º33.33%68.24%-
HSV(B)8.89º26.87%78.82%-
XYZ41.0837.9732.77-
YUV167.84116.24151.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=39.96%
G=30.82%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115514700.230.270.218.8933.3368.24
HexC99B930171B1592144
Octal31123322302733251141104
Binary110010011001101110010011010111110111010110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B93; }

 p { color: rgb(201,155,147); }

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

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

 a { background-color: rgb(201,155,147); }

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

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

 span { border-color: rgb(201,155,147); }

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