#C69892

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

Shades of Quicksand #C69892

Tints of Quicksand #C69892

Color information

#C69892 (or 0xC69892) is unknown color: approx Quicksand. HEX triplet: C6, 98 and 92. RGB value is (198,152,146). Sum of RGB (Red+Green+Blue) = 198+152+146=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69892 is #39676D. Grayscale: #A5A5A5. Windows color (decimal): -3762030 or 9607366. OLE color: 9607366.

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

Color convert

RGB198152146-
CMYK00.230.260.22
HSL6.92º31.33%67.45%-
HSV(B)6.92º26.26%77.65%-
XYZ39.7136.5432.15-
YUV165.07117.24151.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=39.92%
G=30.65%
B=29.44%

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
Decimal19815214600.230.260.226.9231.3367.45
HexC698920171A1671f43
Octal3062302220273226737103
Binary1100011010011000100100100101111101010110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69892; }

 p { color: rgb(198,152,146); }

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

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

 a { background-color: rgb(198,152,146); }

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

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

 span { border-color: rgb(198,152,146); }

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