#C89682

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

Shades of Quicksand #C89682

Tints of Quicksand #C89682

Color information

#C89682 (or 0xC89682) is unknown color: approx Quicksand. HEX triplet: C8, 96 and 82. RGB value is (200,150,130). Sum of RGB (Red+Green+Blue) = 200+150+130=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89682 is #37697D. Grayscale: #A2A2A2. Windows color (decimal): -3631486 or 8558280. OLE color: 8558280.

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

Color convert

RGB200150130-
CMYK00.250.350.22
HSL17.14º38.89%64.71%-
HSV(B)17.14º35%78.43%-
XYZ38.7635.725.97-
YUV162.67109.56154.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=41.67%
G=31.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015013000.250.350.2217.1438.8964.71
HexC896820192316112741
Octal31022620203143262147101
Binary11001000100101101000001001100110001110110100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89682; }

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

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

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

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

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

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

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

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