#C7988A

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

Shades of Quicksand #C7988A

Tints of Quicksand #C7988A

Color information

#C7988A (or 0xC7988A) is unknown color: approx Quicksand. HEX triplet: C7, 98 and 8A. RGB value is (199,152,138). Sum of RGB (Red+Green+Blue) = 199+152+138=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7988A is #386775. Grayscale: #A4A4A4. Windows color (decimal): -3696502 or 9083079. OLE color: 9083079.

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

Color convert

RGB199152138-
CMYK00.240.310.22
HSL13.77º35.26%66.08%-
HSV(B)13.77º30.65%78.04%-
XYZ39.3736.4329-
YUV164.46113.07152.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=40.70%
G=31.08%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915213800.240.310.2213.7735.2666.08
HexC7988A0181F16e2342
Octal30723021203037261643102
Binary110001111001100010001010011000111111011011101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7988A; }

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

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

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

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

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

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

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

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