#CF9589

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

Shades of Quicksand #CF9589

Tints of Quicksand #CF9589

Color information

#CF9589 (or 0xCF9589) is unknown color: approx Quicksand. HEX triplet: CF, 95 and 89. RGB value is (207,149,137). Sum of RGB (Red+Green+Blue) = 207+149+137=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9589 is #306A76. Grayscale: #A5A5A5. Windows color (decimal): -3172983 or 9016783. OLE color: 9016783.

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

Color convert

RGB207149137-
CMYK00.280.340.19
HSL10.29º42.17%67.45%-
HSV(B)10.29º33.82%81.18%-
XYZ40.9936.5728.56-
YUV164.97112.22157.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=41.99%
G=30.22%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714913700.280.340.1910.2942.1767.45
HexCF958901C2213a2a43
Octal31722521103442231252103
Binary1100111110010101100010010111001000101001110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9589; }

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

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

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

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

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

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

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

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