#CF988C

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

Shades of Quicksand #CF988C

Tints of Quicksand #CF988C

Color information

#CF988C (or 0xCF988C) is unknown color: approx Quicksand. HEX triplet: CF, 98 and 8C. RGB value is (207,152,140). Sum of RGB (Red+Green+Blue) = 207+152+140=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF988C is #306773. Grayscale: #A7A7A7. Windows color (decimal): -3172212 or 9214159. OLE color: 9214159.

HSL color Cylindrical-coordinate representation of color #CF988C: hue angle of 10.75º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF988C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207152140-
CMYK00.270.320.19
HSL10.75º41.1%68.04%-
HSV(B)10.75º32.37%81.18%-
XYZ41.6937.6229.87-
YUV167.08112.72156.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=41.48%
G=30.46%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715214000.270.320.1910.7541.168.04
HexCF988C01B2013b2944
Octal31723021403340231351104
Binary1100111110011000100011000110111000001001110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF988C; }

 p { color: rgb(207,152,140); }

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

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

 a { background-color: rgb(207,152,140); }

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

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

 span { border-color: rgb(207,152,140); }

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