#CB9989

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

Shades of Quicksand #CB9989

Tints of Quicksand #CB9989

Color information

#CB9989 (or 0xCB9989) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 89. RGB value is (203,153,137). Sum of RGB (Red+Green+Blue) = 203+153+137=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9989 is #346676. Grayscale: #A6A6A6. Windows color (decimal): -3434103 or 9017803. OLE color: 9017803.

HSL color Cylindrical-coordinate representation of color #CB9989: hue angle of 14.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9989 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203153137-
CMYK00.250.330.20
HSL14.55º38.82%66.67%-
HSV(B)14.55º32.51%79.61%-
XYZ40.5437.2928.73-
YUV166.13111.56154.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=41.18%
G=31.03%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315313700.250.330.2014.5538.8266.67
HexCB99890192114f2743
Octal31323121103141241747103
Binary1100101110011001100010010110011000011010011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9989; }

 p { color: rgb(203,153,137); }

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

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

 a { background-color: rgb(203,153,137); }

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

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

 span { border-color: rgb(203,153,137); }

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