#CF9884

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

Shades of Quicksand #CF9884

Tints of Quicksand #CF9884

Color information

#CF9884 (or 0xCF9884) is unknown color: approx Quicksand. HEX triplet: CF, 98 and 84. RGB value is (207,152,132). Sum of RGB (Red+Green+Blue) = 207+152+132=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9884 is #30677B. Grayscale: #A6A6A6. Windows color (decimal): -3172220 or 8689871. OLE color: 8689871.

HSL color Cylindrical-coordinate representation of color #CF9884: hue angle of 16º 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 #CF9884 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207152132-
CMYK00.270.360.19
HSL16º43.86%66.47%-
HSV(B)16º36.23%81.18%-
XYZ41.1337.3926.88-
YUV166.16108.72157.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=42.16%
G=30.96%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715213200.270.360.191643.8666.47
HexCF988401B2413102c42
Octal31723020403344232054102
Binary11001111100110001000010001101110010010011100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9884; }

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

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

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

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

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

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

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

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