#CB9882

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

Shades of Quicksand #CB9882

Tints of Quicksand #CB9882

Color information

#CB9882 (or 0xCB9882) is unknown color: approx Quicksand. HEX triplet: CB, 98 and 82. RGB value is (203,152,130). Sum of RGB (Red+Green+Blue) = 203+152+130=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9882 is #34677D. Grayscale: #A4A4A4. Windows color (decimal): -3434366 or 8558795. OLE color: 8558795.

HSL color Cylindrical-coordinate representation of color #CB9882: hue angle of 18.08º degrees, saturation: 0.41, 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 #CB9882 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203152130-
CMYK00.250.360.20
HSL18.08º41.24%65.29%-
HSV(B)18.08º35.96%79.61%-
XYZ39.8936.7626.11-
YUV164.74108.4155.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=41.86%
G=31.34%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315213000.250.360.2018.0841.2465.29
HexCB98820192414122941
Octal31323020203144242251101
Binary11001011100110001000001001100110010010100100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9882; }

 p { color: rgb(203,152,130); }

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

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

 a { background-color: rgb(203,152,130); }

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

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

 span { border-color: rgb(203,152,130); }

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