#C89B92

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

Shades of Quicksand #C89B92

Tints of Quicksand #C89B92

Color information

#C89B92 (or 0xC89B92) is unknown color: approx Quicksand. HEX triplet: C8, 9B and 92. RGB value is (200,155,146). Sum of RGB (Red+Green+Blue) = 200+155+146=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B92 is #37646D. Grayscale: #A7A7A7. Windows color (decimal): -3630190 or 9608136. OLE color: 9608136.

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

Color convert

RGB200155146-
CMYK00.220.270.22
HSL10º32.93%67.84%-
HSV(B)10º27%78.43%-
XYZ40.7337.832.34-
YUV167.43115.91151.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=39.92%
G=30.94%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015514600.220.270.221032.9367.84
HexC89B920161B16a2144
Octal31023322202633261241104
Binary110010001001101110010010010110110111011010101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89B92; }

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

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

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

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

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

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

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

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