#C7958C

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

Shades of Quicksand #C7958C

Tints of Quicksand #C7958C

Color information

#C7958C (or 0xC7958C) is unknown color: approx Quicksand. HEX triplet: C7, 95 and 8C. RGB value is (199,149,140). Sum of RGB (Red+Green+Blue) = 199+149+140=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7958C is #386A73. Grayscale: #A3A3A3. Windows color (decimal): -3697268 or 9213383. OLE color: 9213383.

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

Color convert

RGB199149140-
CMYK00.250.300.22
HSL9.15º34.5%66.47%-
HSV(B)9.15º29.65%78.04%-
XYZ39.0335.5329.61-
YUV162.92115.06153.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=40.78%
G=30.53%
B=28.69%

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
Decimal19914914000.250.300.229.1534.566.47
HexC7958C0191E1692342
Octal30722521403136261143102
Binary110001111001010110001100011001111101011010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7958C; }

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

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

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

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

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

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

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

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