#C89482

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

Shades of Quicksand #C89482

Tints of Quicksand #C89482

Color information

#C89482 (or 0xC89482) is unknown color: approx Quicksand. HEX triplet: C8, 94 and 82. RGB value is (200,148,130). Sum of RGB (Red+Green+Blue) = 200+148+130=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C89482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89482 is #376B7D. Grayscale: #A1A1A1. Windows color (decimal): -3631998 or 8557768. OLE color: 8557768.

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

Color convert

RGB200148130-
CMYK00.260.350.22
HSL15.43º38.89%64.71%-
HSV(B)15.43º35%78.43%-
XYZ38.4435.0725.86-
YUV161.5110.23155.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=41.84%
G=30.96%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014813000.260.350.2215.4338.8964.71
HexC8948201A2316f2741
Octal31022420203243261747101
Binary1100100010010100100000100110101000111011011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89482; }

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

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

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

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

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

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

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

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