#C69C93

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

Shades of Quicksand #C69C93

Tints of Quicksand #C69C93

Color information

#C69C93 (or 0xC69C93) is unknown color: approx Quicksand. HEX triplet: C6, 9C and 93. RGB value is (198,156,147). Sum of RGB (Red+Green+Blue) = 198+156+147=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C93 is #39636C. Grayscale: #A7A7A7. Windows color (decimal): -3761005 or 9673926. OLE color: 9673926.

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

Color convert

RGB198156147-
CMYK00.210.260.22
HSL10.59º30.91%67.65%-
HSV(B)10.59º25.76%77.65%-
XYZ40.4437.8932.79-
YUV167.53116.41149.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=39.52%
G=31.14%
B=29.34%

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
Decimal19815614700.210.260.2210.5930.9167.65
HexC69C930151A16b1f44
Octal30623422302532261337104
Binary11000110100111001001001101010111010101101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C93; }

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

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

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

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

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

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

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

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