#C89283

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

Shades of Quicksand #C89283

Tints of Quicksand #C89283

Color information

#C89283 (or 0xC89283) is unknown color: approx Quicksand. HEX triplet: C8, 92 and 83. RGB value is (200,146,131). Sum of RGB (Red+Green+Blue) = 200+146+131=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C89283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89283 is #376D7C. Grayscale: #A0A0A0. Windows color (decimal): -3632509 or 8622792. OLE color: 8622792.

HSL color Cylindrical-coordinate representation of color #C89283: hue angle of 13.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89283 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200146131-
CMYK00.270.340.22
HSL13.04º38.55%64.9%-
HSV(B)13.04º34.5%78.43%-
XYZ38.234.4826.11-
YUV160.44111.39156.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=41.93%
G=30.61%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014613100.270.340.2213.0438.5564.9
HexC8928301B2216d2741
Octal31022220303342261547101
Binary1100100010010010100000110110111000101011011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89283; }

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

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

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

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

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

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

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

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