#C89E92

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

Shades of Quicksand #C89E92

Tints of Quicksand #C89E92

Color information

#C89E92 (or 0xC89E92) is unknown color: approx Quicksand. HEX triplet: C8, 9E and 92. RGB value is (200,158,146). Sum of RGB (Red+Green+Blue) = 200+158+146=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89E92 is #37616D. Grayscale: #A9A9A9. Windows color (decimal): -3629422 or 9608904. OLE color: 9608904.

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

Color convert

RGB200158146-
CMYK00.210.270.22
HSL13.33º32.93%67.84%-
HSV(B)13.33º27%78.43%-
XYZ41.2338.8132.51-
YUV169.19114.91149.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=39.68%
G=31.35%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015814600.210.270.2213.3332.9367.84
HexC89E920151B16d2144
Octal31023622202533261541104
Binary110010001001111010010010010101110111011011011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E92; }

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

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

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

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

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

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

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

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