#C89892

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

Shades of Quicksand #C89892

Tints of Quicksand #C89892

Color information

#C89892 (or 0xC89892) is unknown color: approx Quicksand. HEX triplet: C8, 98 and 92. RGB value is (200,152,146). Sum of RGB (Red+Green+Blue) = 200+152+146=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89892 is #37676D. Grayscale: #A5A5A5. Windows color (decimal): -3630958 or 9607368. OLE color: 9607368.

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

Color convert

RGB200152146-
CMYK00.240.270.22
HSL6.67º32.93%67.84%-
HSV(B)6.67º27%78.43%-
XYZ40.2436.8132.18-
YUV165.67116.9152.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=40.16%
G=30.52%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015214600.240.270.226.6732.9367.84
HexC898920181B1672144
Octal3102302220303326741104
Binary11001000100110001001001001100011011101101111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89892; }

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

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

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

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

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

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

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

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