#C7988E

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

Shades of Quicksand #C7988E

Tints of Quicksand #C7988E

Color information

#C7988E (or 0xC7988E) is unknown color: approx Quicksand. HEX triplet: C7, 98 and 8E. RGB value is (199,152,142). Sum of RGB (Red+Green+Blue) = 199+152+142=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7988E is #386771. Grayscale: #A5A5A5. Windows color (decimal): -3696498 or 9345223. OLE color: 9345223.

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

Color convert

RGB199152142-
CMYK00.240.290.22
HSL10.53º33.73%66.86%-
HSV(B)10.53º28.64%78.04%-
XYZ39.6636.5530.56-
YUV164.91115.07152.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=40.37%
G=30.83%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915214200.240.290.2210.5333.7366.86
HexC7988E0181D16b2243
Octal30723021603035261342103
Binary110001111001100010001110011000111011011010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7988E; }

 p { color: rgb(199,152,142); }

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

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

 a { background-color: rgb(199,152,142); }

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

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

 span { border-color: rgb(199,152,142); }

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