#C89E8C

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

Shades of Quicksand #C89E8C

Tints of Quicksand #C89E8C

Color information

#C89E8C (or 0xC89E8C) is unknown color: approx Quicksand. HEX triplet: C8, 9E and 8C. RGB value is (200,158,140). Sum of RGB (Red+Green+Blue) = 200+158+140=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89E8C is #376173. Grayscale: #A8A8A8. Windows color (decimal): -3629428 or 9215688. OLE color: 9215688.

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

Color convert

RGB200158140-
CMYK00.210.30.22
HSL18º35.29%66.67%-
HSV(B)18º30%78.43%-
XYZ40.7838.6330.12-
YUV168.51111.91150.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=40.16%
G=31.73%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015814000.210.30.221835.2966.67
HexC89E8C0151E16122343
Octal31023621402536262243103
Binary1100100010011110100011000101011111010110100101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E8C; }

 p { color: rgb(200,158,140); }

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

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

 a { background-color: rgb(200,158,140); }

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

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

 span { border-color: rgb(200,158,140); }

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