#C89A92

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

Shades of Quicksand #C89A92

Tints of Quicksand #C89A92

Color information

#C89A92 (or 0xC89A92) is unknown color: approx Quicksand. HEX triplet: C8, 9A and 92. RGB value is (200,154,146). Sum of RGB (Red+Green+Blue) = 200+154+146=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A92 is #37656D. Grayscale: #A6A6A6. Windows color (decimal): -3630446 or 9607880. OLE color: 9607880.

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

Color convert

RGB200154146-
CMYK00.230.270.22
HSL8.89º32.93%67.84%-
HSV(B)8.89º27%78.43%-
XYZ40.5637.4732.29-
YUV166.84116.24151.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=40%
G=30.8%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015414600.230.270.228.8932.9367.84
HexC89A920171B1692144
Octal31023222202733261141104
Binary110010001001101010010010010111110111011010011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A92; }

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

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

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

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

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

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

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

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