#CF9789

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

Shades of Quicksand #CF9789

Tints of Quicksand #CF9789

Color information

#CF9789 (or 0xCF9789) is unknown color: approx Quicksand. HEX triplet: CF, 97 and 89. RGB value is (207,151,137). Sum of RGB (Red+Green+Blue) = 207+151+137=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9789 is #306876. Grayscale: #A6A6A6. Windows color (decimal): -3172471 or 9017295. OLE color: 9017295.

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

Color convert

RGB207151137-
CMYK00.270.340.19
HSL12º42.17%67.45%-
HSV(B)12º33.82%81.18%-
XYZ41.3137.228.67-
YUV166.15111.55157.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=41.82%
G=30.51%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715113700.270.340.191242.1767.45
HexCF978901B2213c2a43
Octal31722721103342231452103
Binary1100111110010111100010010110111000101001111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9789; }

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

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

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

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

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

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

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

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