#C89F8A

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

Shades of Quicksand #C89F8A

Tints of Quicksand #C89F8A

Color information

#C89F8A (or 0xC89F8A) is unknown color: approx Quicksand. HEX triplet: C8, 9F and 8A. RGB value is (200,159,138). Sum of RGB (Red+Green+Blue) = 200+159+138=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F8A is #376075. Grayscale: #A8A8A8. Windows color (decimal): -3629174 or 9084872. OLE color: 9084872.

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

Color convert

RGB200159138-
CMYK00.200.310.22
HSL20.32º36.05%66.27%-
HSV(B)20.32º31%78.43%-
XYZ40.8138.9129.4-
YUV168.86110.58150.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=40.24%
G=31.99%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015913800.200.310.2220.3236.0566.27
HexC89F8A0141F16142442
Octal31023721202437262444102
Binary1100100010011111100010100101001111110110101001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F8A; }

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

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

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

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

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

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

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

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