#C89F90

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

Shades of Quicksand #C89F90

Tints of Quicksand #C89F90

Color information

#C89F90 (or 0xC89F90) is unknown color: approx Quicksand. HEX triplet: C8, 9F and 90. RGB value is (200,159,144). Sum of RGB (Red+Green+Blue) = 200+159+144=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F90 is #37606F. Grayscale: #A9A9A9. Windows color (decimal): -3629168 or 9478088. OLE color: 9478088.

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

Color convert

RGB200159144-
CMYK00.200.280.22
HSL16.07º33.73%67.45%-
HSV(B)16.07º28%78.43%-
XYZ41.2539.0931.76-
YUV169.55113.58149.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=39.76%
G=31.61%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015914400.200.280.2216.0733.7367.45
HexC89F900141C16102243
Octal31023722002434262042103
Binary1100100010011111100100000101001110010110100001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F90; }

 p { color: rgb(200,159,144); }

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

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

 a { background-color: rgb(200,159,144); }

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

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

 span { border-color: rgb(200,159,144); }

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