#CF9D89

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

Shades of Quicksand #CF9D89

Tints of Quicksand #CF9D89

Color information

#CF9D89 (or 0xCF9D89) is unknown color: approx Quicksand. HEX triplet: CF, 9D and 89. RGB value is (207,157,137). Sum of RGB (Red+Green+Blue) = 207+157+137=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D89 is #306276. Grayscale: #A9A9A9. Windows color (decimal): -3170935 or 9018831. OLE color: 9018831.

HSL color Cylindrical-coordinate representation of color #CF9D89: hue angle of 17.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9D89 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207157137-
CMYK00.240.340.19
HSL17.14º42.17%67.45%-
HSV(B)17.14º33.82%81.18%-
XYZ42.339.1929-
YUV169.67109.56154.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=41.32%
G=31.34%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715713700.240.340.1917.1442.1767.45
HexCF9D890182213112a43
Octal31723521103042232152103
Binary11001111100111011000100101100010001010011100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9D89; }

 p { color: rgb(207,157,137); }

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

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

 a { background-color: rgb(207,157,137); }

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

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

 span { border-color: rgb(207,157,137); }

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