#C69A8D

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

Shades of Quicksand #C69A8D

Tints of Quicksand #C69A8D

Color information

#C69A8D (or 0xC69A8D) is unknown color: approx Quicksand. HEX triplet: C6, 9A and 8D. RGB value is (198,154,141). Sum of RGB (Red+Green+Blue) = 198+154+141=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A8D is #396572. Grayscale: #A5A5A5. Windows color (decimal): -3761523 or 9280198. OLE color: 9280198.

HSL color Cylindrical-coordinate representation of color #C69A8D: hue angle of 13.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69A8D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198154141-
CMYK00.220.290.22
HSL13.68º33.33%66.47%-
HSV(B)13.68º28.79%77.65%-
XYZ39.6537.0430.26-
YUV165.67114.08151.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=40.16%
G=31.24%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815414100.220.290.2213.6833.3366.47
HexC69A8D0161D16e2142
Octal30623221502635261641102
Binary110001101001101010001101010110111011011011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A8D; }

 p { color: rgb(198,154,141); }

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

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

 a { background-color: rgb(198,154,141); }

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

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

 span { border-color: rgb(198,154,141); }

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