#C6927F

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

Shades of Quicksand #C6927F

Tints of Quicksand #C6927F

Color information

#C6927F (or 0xC6927F) is unknown color: approx Quicksand. HEX triplet: C6, 92 and 7F. RGB value is (198,146,127). Sum of RGB (Red+Green+Blue) = 198+146+127=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6927F is #396D80. Grayscale: #9F9F9F. Windows color (decimal): -3763585 or 8360646. OLE color: 8360646.

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

Color convert

RGB198146127-
CMYK00.260.360.22
HSL16.06º38.38%63.73%-
HSV(B)16.06º35.86%77.65%-
XYZ37.434.124.69-
YUV159.38109.73155.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 127 (50% from 255) = 26.96%
R=42.04%
G=31.00%
B=26.96%

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
Decimal19814612700.260.360.2216.0638.3863.73
HexC6927F01A2416102640
Octal30622217703244262046100
Binary1100011010010010111111101101010010010110100001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6927F; }

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

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

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

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

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

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

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

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