#C89D93

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

Shades of Quicksand #C89D93

Tints of Quicksand #C89D93

Color information

#C89D93 (or 0xC89D93) is unknown color: approx Quicksand. HEX triplet: C8, 9D and 93. RGB value is (200,157,147). Sum of RGB (Red+Green+Blue) = 200+157+147=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D93 is #37626C. Grayscale: #A8A8A8. Windows color (decimal): -3629677 or 9674184. OLE color: 9674184.

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

Color convert

RGB200157147-
CMYK00.220.260.22
HSL11.32º32.52%68.04%-
HSV(B)11.32º26.5%78.43%-
XYZ41.1438.532.87-
YUV168.72115.75150.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=39.68%
G=31.15%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015714700.220.260.2211.3232.5268.04
HexC89D930161A16b2144
Octal31023522302632261341104
Binary110010001001110110010011010110110101011010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89D93; }

 p { color: rgb(200,157,147); }

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

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

 a { background-color: rgb(200,157,147); }

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

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

 span { border-color: rgb(200,157,147); }

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