#CB9884

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

Shades of Quicksand #CB9884

Tints of Quicksand #CB9884

Color information

#CB9884 (or 0xCB9884) is unknown color: approx Quicksand. HEX triplet: CB, 98 and 84. RGB value is (203,152,132). Sum of RGB (Red+Green+Blue) = 203+152+132=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9884 is #34677B. Grayscale: #A5A5A5. Windows color (decimal): -3434364 or 8689867. OLE color: 8689867.

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

Color convert

RGB203152132-
CMYK00.250.350.20
HSL16.9º40.57%65.69%-
HSV(B)16.9º34.98%79.61%-
XYZ40.0236.8226.83-
YUV164.97109.4155.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=41.68%
G=31.21%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315213200.250.350.2016.940.5765.69
HexCB98840192314112942
Octal31323020403143242151102
Binary11001011100110001000010001100110001110100100011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9884; }

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

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

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

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

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

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

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

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