#C89A8A

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

Shades of Quicksand #C89A8A

Tints of Quicksand #C89A8A

Color information

#C89A8A (or 0xC89A8A) is unknown color: approx Quicksand. HEX triplet: C8, 9A and 8A. RGB value is (200,154,138). Sum of RGB (Red+Green+Blue) = 200+154+138=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A8A is #376575. Grayscale: #A6A6A6. Windows color (decimal): -3630454 or 9083592. OLE color: 9083592.

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

Color convert

RGB200154138-
CMYK00.230.310.22
HSL15.48º36.05%66.27%-
HSV(B)15.48º31%78.43%-
XYZ39.9637.2329.12-
YUV165.93112.24152.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=40.65%
G=31.30%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015413800.230.310.2215.4836.0566.27
HexC89A8A0171F16f2442
Octal31023221202737261744102
Binary110010001001101010001010010111111111011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A8A; }

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

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

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

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

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

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

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

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