#C69D93

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

Shades of Quicksand #C69D93

Tints of Quicksand #C69D93

Color information

#C69D93 (or 0xC69D93) is unknown color: approx Quicksand. HEX triplet: C6, 9D and 93. RGB value is (198,157,147). Sum of RGB (Red+Green+Blue) = 198+157+147=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D93 is #39626C. Grayscale: #A8A8A8. Windows color (decimal): -3760749 or 9674182. OLE color: 9674182.

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

Color convert

RGB198157147-
CMYK00.210.260.22
HSL11.76º30.91%67.65%-
HSV(B)11.76º25.76%77.65%-
XYZ40.6138.2332.84-
YUV168.12116.08149.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.44%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=39.44%
G=31.27%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815714700.210.260.2211.7630.9167.65
HexC69D930151A16c1f44
Octal30623522302532261437104
Binary11000110100111011001001101010111010101101100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D93; }

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

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

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

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

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

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

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

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