#C7958B

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

Shades of Quicksand #C7958B

Tints of Quicksand #C7958B

Color information

#C7958B (or 0xC7958B) is unknown color: approx Quicksand. HEX triplet: C7, 95 and 8B. RGB value is (199,149,139). Sum of RGB (Red+Green+Blue) = 199+149+139=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7958B is #386A74. Grayscale: #A2A2A2. Windows color (decimal): -3697269 or 9147847. OLE color: 9147847.

HSL color Cylindrical-coordinate representation of color #C7958B: hue angle of 10º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7958B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB199149139-
CMYK00.250.300.22
HSL10º34.88%66.27%-
HSV(B)10º30.15%78.04%-
XYZ38.9635.529.23-
YUV162.81114.56153.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=40.86%
G=30.60%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914913900.250.300.221034.8866.27
HexC7958B0191E16a2342
Octal30722521303136261243102
Binary110001111001010110001011011001111101011010101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7958B; }

 p { color: rgb(199,149,139); }

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

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

 a { background-color: rgb(199,149,139); }

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

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

 span { border-color: rgb(199,149,139); }

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