#C99A8C

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

Shades of Quicksand #C99A8C

Tints of Quicksand #C99A8C

Color information

#C99A8C (or 0xC99A8C) is unknown color: approx Quicksand. HEX triplet: C9, 9A and 8C. RGB value is (201,154,140). Sum of RGB (Red+Green+Blue) = 201+154+140=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A8C is #366573. Grayscale: #A6A6A6. Windows color (decimal): -3564916 or 9214665. OLE color: 9214665.

HSL color Cylindrical-coordinate representation of color #C99A8C: hue angle of 13.77º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99A8C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201154140-
CMYK00.230.300.21
HSL13.77º36.09%66.86%-
HSV(B)13.77º30.35%78.82%-
XYZ40.3837.4229.91-
YUV166.46113.07152.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=40.61%
G=31.11%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115414000.230.300.2113.7736.0966.86
HexC99A8C0171E15e2443
Octal31123221402736251644103
Binary110010011001101010001100010111111101010111101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A8C; }

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

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

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

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

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

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

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

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