#CB9281

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

Shades of Quicksand #CB9281

Tints of Quicksand #CB9281

Color information

#CB9281 (or 0xCB9281) is unknown color: approx Quicksand. HEX triplet: CB, 92 and 81. RGB value is (203,146,129). Sum of RGB (Red+Green+Blue) = 203+146+129=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9281 is #346D7E. Grayscale: #A1A1A1. Windows color (decimal): -3435903 or 8491723. OLE color: 8491723.

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

Color convert

RGB203146129-
CMYK00.280.360.20
HSL13.78º41.57%65.1%-
HSV(B)13.78º36.45%79.61%-
XYZ38.8734.8425.44-
YUV161.1109.88157.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=42.47%
G=30.54%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314612900.280.360.2013.7841.5765.1
HexCB928101C2414e2a41
Octal31322220103444241652101
Binary1100101110010010100000010111001001001010011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9281; }

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

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

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

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

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

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

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

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