#CF9888

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

Shades of Quicksand #CF9888

Tints of Quicksand #CF9888

Color information

#CF9888 (or 0xCF9888) is unknown color: approx Quicksand. HEX triplet: CF, 98 and 88. RGB value is (207,152,136). Sum of RGB (Red+Green+Blue) = 207+152+136=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9888 is #306777. Grayscale: #A6A6A6. Windows color (decimal): -3172216 or 8952015. OLE color: 8952015.

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

Color convert

RGB207152136-
CMYK00.270.340.19
HSL13.52º42.51%67.25%-
HSV(B)13.52º34.3%81.18%-
XYZ41.437.528.35-
YUV166.62110.72156.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=41.82%
G=30.71%
B=27.47%

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
Decimal20715213600.270.340.1913.5242.5167.25
HexCF988801B2213e2b43
Octal31723021003342231653103
Binary1100111110011000100010000110111000101001111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9888; }

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

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

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

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

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

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

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

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