#C69F8D

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

Shades of Quicksand #C69F8D

Tints of Quicksand #C69F8D

Color information

#C69F8D (or 0xC69F8D) is unknown color: approx Quicksand. HEX triplet: C6, 9F and 8D. RGB value is (198,159,141). Sum of RGB (Red+Green+Blue) = 198+159+141=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F8D is #396072. Grayscale: #A8A8A8. Windows color (decimal): -3760243 or 9281478. OLE color: 9281478.

HSL color Cylindrical-coordinate representation of color #C69F8D: hue angle of 18.95º 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 #C69F8D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198159141-
CMYK00.200.290.22
HSL18.95º33.33%66.47%-
HSV(B)18.95º28.79%77.65%-
XYZ40.4938.7330.54-
YUV168.61112.42148.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=39.76%
G=31.93%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815914100.200.290.2218.9533.3366.47
HexC69F8D0141D16132142
Octal30623721502435262341102
Binary1100011010011111100011010101001110110110100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F8D; }

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

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

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

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

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

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

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

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