#C7947F

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

Shades of Quicksand #C7947F

Tints of Quicksand #C7947F

Color information

#C7947F (or 0xC7947F) is unknown color: approx Quicksand. HEX triplet: C7, 94 and 7F. RGB value is (199,148,127). Sum of RGB (Red+Green+Blue) = 199+148+127=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7947F is #386B80. Grayscale: #A0A0A0. Windows color (decimal): -3697537 or 8361159. OLE color: 8361159.

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

Color convert

RGB199148127-
CMYK00.260.360.22
HSL17.5º39.13%63.92%-
HSV(B)17.5º36.18%78.04%-
XYZ37.9734.8524.8-
YUV160.85108.9155.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 127 (50% from 255) = 26.79%
R=41.98%
G=31.22%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914812700.260.360.2217.539.1363.92
HexC7947F01A2416122740
Octal30722417703244262247100
Binary1100011110010100111111101101010010010110100101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7947F; }

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

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

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

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

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

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

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

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