#C6947F

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

Shades of Quicksand #C6947F

Tints of Quicksand #C6947F

Color information

#C6947F (or 0xC6947F) is unknown color: approx Quicksand. HEX triplet: C6, 94 and 7F. RGB value is (198,148,127). Sum of RGB (Red+Green+Blue) = 198+148+127=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6947F is #396B80. Grayscale: #A0A0A0. Windows color (decimal): -3763073 or 8361158. OLE color: 8361158.

HSL color Cylindrical-coordinate representation of color #C6947F: hue angle of 17.75º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6947F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198148127-
CMYK00.250.360.22
HSL17.75º38.38%63.73%-
HSV(B)17.75º35.86%77.65%-
XYZ37.7134.7224.79-
YUV160.56109.06154.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 127 (50% from 255) = 26.85%
R=41.86%
G=31.29%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814812700.250.360.2217.7538.3863.73
HexC6947F0192416122640
Octal30622417703144262246100
Binary1100011010010100111111101100110010010110100101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6947F; }

 p { color: rgb(198,148,127); }

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

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

 a { background-color: rgb(198,148,127); }

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

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

 span { border-color: rgb(198,148,127); }

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