#CB9687

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

Shades of Quicksand #CB9687

Tints of Quicksand #CB9687

Color information

#CB9687 (or 0xCB9687) is unknown color: approx Quicksand. HEX triplet: CB, 96 and 87. RGB value is (203,150,135). Sum of RGB (Red+Green+Blue) = 203+150+135=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9687 is #346978. Grayscale: #A4A4A4. Windows color (decimal): -3434873 or 8885963. OLE color: 8885963.

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

Color convert

RGB203150135-
CMYK00.260.330.20
HSL13.24º39.53%66.27%-
HSV(B)13.24º33.5%79.61%-
XYZ39.9136.2627.82-
YUV164.14111.56155.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=41.60%
G=30.74%
B=27.66%

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
Decimal20315013500.260.330.2013.2439.5366.27
HexCB968701A2114d2842
Octal31322620703241241550102
Binary1100101110010110100001110110101000011010011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9687; }

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

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

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

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

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

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

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

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