#CB9283

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

Shades of Quicksand #CB9283

Tints of Quicksand #CB9283

Color information

#CB9283 (or 0xCB9283) is unknown color: approx Quicksand. HEX triplet: CB, 92 and 83. RGB value is (203,146,131). Sum of RGB (Red+Green+Blue) = 203+146+131=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9283 is #346D7C. Grayscale: #A1A1A1. Windows color (decimal): -3435901 or 8622795. OLE color: 8622795.

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

Color convert

RGB203146131-
CMYK00.280.350.20
HSL12.5º40.91%65.49%-
HSV(B)12.5º35.47%79.61%-
XYZ3934.8926.15-
YUV161.33110.88157.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=42.29%
G=30.42%
B=27.29%

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
Decimal20314613100.280.350.2012.540.9165.49
HexCB928301C2314d2941
Octal31322220303443241551101
Binary1100101110010010100000110111001000111010011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9283; }

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

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

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

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

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

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

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

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