#C89282

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

Shades of Quicksand #C89282

Tints of Quicksand #C89282

Color information

#C89282 (or 0xC89282) is unknown color: approx Quicksand. HEX triplet: C8, 92 and 82. RGB value is (200,146,130). Sum of RGB (Red+Green+Blue) = 200+146+130=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C89282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89282 is #376D7D. Grayscale: #A0A0A0. Windows color (decimal): -3632510 or 8557256. OLE color: 8557256.

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

Color convert

RGB200146130-
CMYK00.270.350.22
HSL13.71º38.89%64.71%-
HSV(B)13.71º35%78.43%-
XYZ38.1334.4525.76-
YUV160.32110.89156.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=42.02%
G=30.67%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014613000.270.350.2213.7138.8964.71
HexC8928201B2316e2741
Octal31022220203343261647101
Binary1100100010010010100000100110111000111011011101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89282; }

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

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

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

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

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

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

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

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