#C8988A

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

Shades of Quicksand #C8988A

Tints of Quicksand #C8988A

Color information

#C8988A (or 0xC8988A) is unknown color: approx Quicksand. HEX triplet: C8, 98 and 8A. RGB value is (200,152,138). Sum of RGB (Red+Green+Blue) = 200+152+138=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8988A is #376775. Grayscale: #A4A4A4. Windows color (decimal): -3630966 or 9083080. OLE color: 9083080.

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

Color convert

RGB200152138-
CMYK00.240.310.22
HSL13.55º36.05%66.27%-
HSV(B)13.55º31%78.43%-
XYZ39.6436.5729.01-
YUV164.76112.9153.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=40.82%
G=31.02%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015213800.240.310.2213.5536.0566.27
HexC8988A0181F16e2442
Octal31023021203037261644102
Binary110010001001100010001010011000111111011011101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8988A; }

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

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

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

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

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

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

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

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