#CF9984

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

Shades of Quicksand #CF9984

Tints of Quicksand #CF9984

Color information

#CF9984 (or 0xCF9984) is unknown color: approx Quicksand. HEX triplet: CF, 99 and 84. RGB value is (207,153,132). Sum of RGB (Red+Green+Blue) = 207+153+132=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9984 is #30667B. Grayscale: #A6A6A6. Windows color (decimal): -3171964 or 8690127. OLE color: 8690127.

HSL color Cylindrical-coordinate representation of color #CF9984: hue angle of 16.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9984 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207153132-
CMYK00.260.360.19
HSL16.8º43.86%66.47%-
HSV(B)16.8º36.23%81.18%-
XYZ41.2937.7126.93-
YUV166.75108.39156.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=42.07%
G=31.10%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715313200.260.360.1916.843.8666.47
HexCF998401A2413112c42
Octal31723120403244232154102
Binary11001111100110011000010001101010010010011100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9984; }

 p { color: rgb(207,153,132); }

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

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

 a { background-color: rgb(207,153,132); }

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

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

 span { border-color: rgb(207,153,132); }

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