#CB9689

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

Shades of Quicksand #CB9689

Tints of Quicksand #CB9689

Color information

#CB9689 (or 0xCB9689) is unknown color: approx Quicksand. HEX triplet: CB, 96 and 89. RGB value is (203,150,137). Sum of RGB (Red+Green+Blue) = 203+150+137=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9689 is #346976. Grayscale: #A4A4A4. Windows color (decimal): -3434871 or 9017035. OLE color: 9017035.

HSL color Cylindrical-coordinate representation of color #CB9689: hue angle of 11.82º 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 #CB9689 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203150137-
CMYK00.260.330.20
HSL11.82º38.82%66.67%-
HSV(B)11.82º32.51%79.61%-
XYZ40.0536.3228.57-
YUV164.36112.56155.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=41.43%
G=30.61%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315013700.260.330.2011.8238.8266.67
HexCB968901A2114c2743
Octal31322621103241241447103
Binary1100101110010110100010010110101000011010011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9689; }

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

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

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

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

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

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

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

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