#CB9987

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

Shades of Quicksand #CB9987

Tints of Quicksand #CB9987

Color information

#CB9987 (or 0xCB9987) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 87. RGB value is (203,153,135). Sum of RGB (Red+Green+Blue) = 203+153+135=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9987 is #346678. Grayscale: #A6A6A6. Windows color (decimal): -3434105 or 8886731. OLE color: 8886731.

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

Color convert

RGB203153135-
CMYK00.250.330.20
HSL15.88º39.53%66.27%-
HSV(B)15.88º33.5%79.61%-
XYZ40.3937.2327.98-
YUV165.9110.56154.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=41.34%
G=31.16%
B=27.49%

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
Decimal20315313500.250.330.2015.8839.5366.27
HexCB99870192114102842
Octal31323120703141242050102
Binary11001011100110011000011101100110000110100100001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9987; }

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

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

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

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

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

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

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

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