#C69993

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

Shades of Quicksand #C69993

Tints of Quicksand #C69993

Color information

#C69993 (or 0xC69993) is unknown color: approx Quicksand. HEX triplet: C6, 99 and 93. RGB value is (198,153,147). Sum of RGB (Red+Green+Blue) = 198+153+147=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C69993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69993 is #39666C. Grayscale: #A5A5A5. Windows color (decimal): -3761773 or 9673158. OLE color: 9673158.

HSL color Cylindrical-coordinate representation of color #C69993: hue angle of 7.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69993 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB198153147-
CMYK00.230.260.22
HSL7.06º30.91%67.65%-
HSV(B)7.06º25.76%77.65%-
XYZ39.9536.8932.62-
YUV165.77117.41150.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=39.76%
G=30.72%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815314700.230.260.227.0630.9167.65
HexC699930171A1671f44
Octal3062312230273226737104
Binary1100011010011001100100110101111101010110111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69993; }

 p { color: rgb(198,153,147); }

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

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

 a { background-color: rgb(198,153,147); }

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

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

 span { border-color: rgb(198,153,147); }

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