#C89982

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

Shades of Quicksand #C89982

Tints of Quicksand #C89982

Color information

#C89982 (or 0xC89982) is unknown color: approx Quicksand. HEX triplet: C8, 99 and 82. RGB value is (200,153,130). Sum of RGB (Red+Green+Blue) = 200+153+130=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C89982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89982 is #37667D. Grayscale: #A4A4A4. Windows color (decimal): -3630718 or 8559048. OLE color: 8559048.

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

Color convert

RGB200153130-
CMYK00.240.350.22
HSL19.71º38.89%64.71%-
HSV(B)19.71º35%78.43%-
XYZ39.2436.6726.13-
YUV164.43108.57153.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=41.41%
G=31.68%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015313000.240.350.2219.7138.8964.71
HexC899820182316142741
Octal31023120203043262447101
Binary11001000100110011000001001100010001110110101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89982; }

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

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

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

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

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

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

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

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