#C99A88

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

Shades of Quicksand #C99A88

Tints of Quicksand #C99A88

Color information

#C99A88 (or 0xC99A88) is unknown color: approx Quicksand. HEX triplet: C9, 9A and 88. RGB value is (201,154,136). Sum of RGB (Red+Green+Blue) = 201+154+136=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A88 is #366577. Grayscale: #A6A6A6. Windows color (decimal): -3564920 or 8952521. OLE color: 8952521.

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

Color convert

RGB201154136-
CMYK00.230.320.21
HSL16.62º37.57%66.08%-
HSV(B)16.62º32.34%78.82%-
XYZ40.0937.3128.38-
YUV166111.07152.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=40.94%
G=31.36%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115413600.230.320.2116.6237.5766.08
HexC99A880172015112642
Octal31123221002740252146102
Binary11001001100110101000100001011110000010101100011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A88; }

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

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

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

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

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

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

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

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