#CB9681

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

Shades of Quicksand #CB9681

Tints of Quicksand #CB9681

Color information

#CB9681 (or 0xCB9681) is unknown color: approx Quicksand. HEX triplet: CB, 96 and 81. RGB value is (203,150,129). Sum of RGB (Red+Green+Blue) = 203+150+129=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9681 is #34697E. Grayscale: #A3A3A3. Windows color (decimal): -3434879 or 8492747. OLE color: 8492747.

HSL color Cylindrical-coordinate representation of color #CB9681: hue angle of 17.03º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9681 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203150129-
CMYK00.260.360.20
HSL17.03º41.57%65.1%-
HSV(B)17.03º36.45%79.61%-
XYZ39.536.0925.65-
YUV163.45108.56156.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=42.12%
G=31.12%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315012900.260.360.2017.0341.5765.1
HexCB968101A2414112a41
Octal31322620103244242152101
Binary11001011100101101000000101101010010010100100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9681; }

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

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

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

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

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

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

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

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