#C7998B

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

Shades of Quicksand #C7998B

Tints of Quicksand #C7998B

Color information

#C7998B (or 0xC7998B) is unknown color: approx Quicksand. HEX triplet: C7, 99 and 8B. RGB value is (199,153,139). Sum of RGB (Red+Green+Blue) = 199+153+139=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7998B is #386674. Grayscale: #A5A5A5. Windows color (decimal): -3696245 or 9148871. OLE color: 9148871.

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

Color convert

RGB199153139-
CMYK00.230.300.22
HSL14º34.88%66.27%-
HSV(B)14º30.15%78.04%-
XYZ39.636.7929.44-
YUV165.16113.24152.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=40.53%
G=31.16%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915313900.230.300.221434.8866.27
HexC7998B0171E16e2342
Octal30723121302736261643102
Binary110001111001100110001011010111111101011011101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7998B; }

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

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

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

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

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

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

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

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