#CF9988

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

Shades of Quicksand #CF9988

Tints of Quicksand #CF9988

Color information

#CF9988 (or 0xCF9988) is unknown color: approx Quicksand. HEX triplet: CF, 99 and 88. RGB value is (207,153,136). Sum of RGB (Red+Green+Blue) = 207+153+136=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9988 is #306677. Grayscale: #A7A7A7. Windows color (decimal): -3171960 or 8952271. OLE color: 8952271.

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

Color convert

RGB207153136-
CMYK00.260.340.19
HSL14.37º42.51%67.25%-
HSV(B)14.37º34.3%81.18%-
XYZ41.5737.8328.4-
YUV167.21110.39156.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=41.73%
G=30.85%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715313600.260.340.1914.3742.5167.25
HexCF998801A2213e2b43
Octal31723121003242231653103
Binary1100111110011001100010000110101000101001111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9988; }

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

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

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

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

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

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

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

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