#CB9284

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

Shades of Quicksand #CB9284

Tints of Quicksand #CB9284

Color information

#CB9284 (or 0xCB9284) is unknown color: approx Quicksand. HEX triplet: CB, 92 and 84. RGB value is (203,146,132). Sum of RGB (Red+Green+Blue) = 203+146+132=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9284 is #346D7B. Grayscale: #A1A1A1. Windows color (decimal): -3435900 or 8688331. OLE color: 8688331.

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

Color convert

RGB203146132-
CMYK00.280.350.20
HSL11.83º40.57%65.69%-
HSV(B)11.83º34.98%79.61%-
XYZ39.0734.9226.51-
YUV161.45111.38157.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=42.20%
G=30.35%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314613200.280.350.2011.8340.5765.69
HexCB928401C2314c2942
Octal31322220403443241451102
Binary1100101110010010100001000111001000111010011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9284; }

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

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

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

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

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

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

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

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