#C7998D

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

Shades of Quicksand #C7998D

Tints of Quicksand #C7998D

Color information

#C7998D (or 0xC7998D) is unknown color: approx Quicksand. HEX triplet: C7, 99 and 8D. RGB value is (199,153,141). Sum of RGB (Red+Green+Blue) = 199+153+141=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7998D is #386672. Grayscale: #A5A5A5. Windows color (decimal): -3696243 or 9279943. OLE color: 9279943.

HSL color Cylindrical-coordinate representation of color #C7998D: hue angle of 12.41º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7998D is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199153141-
CMYK00.230.290.22
HSL12.41º34.12%66.67%-
HSV(B)12.41º29.15%78.04%-
XYZ39.7536.8530.22-
YUV165.39114.24151.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=40.37%
G=31.03%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915314100.230.290.2212.4134.1266.67
HexC7998D0171D16c2243
Octal30723121502735261442103
Binary110001111001100110001101010111111011011011001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7998D; }

 p { color: rgb(199,153,141); }

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

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

 a { background-color: rgb(199,153,141); }

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

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

 span { border-color: rgb(199,153,141); }

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