#C8998A

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

Shades of Quicksand #C8998A

Tints of Quicksand #C8998A

Color information

#C8998A (or 0xC8998A) is unknown color: approx Quicksand. HEX triplet: C8, 99 and 8A. RGB value is (200,153,138). Sum of RGB (Red+Green+Blue) = 200+153+138=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8998A is #376675. Grayscale: #A5A5A5. Windows color (decimal): -3630710 or 9083336. OLE color: 9083336.

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

Color convert

RGB200153138-
CMYK00.240.310.22
HSL14.52º36.05%66.27%-
HSV(B)14.52º31%78.43%-
XYZ39.836.929.07-
YUV165.34112.57152.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=40.73%
G=31.16%
B=28.11%

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
Decimal20015313800.240.310.2214.5236.0566.27
HexC8998A0181F16f2442
Octal31023121203037261744102
Binary110010001001100110001010011000111111011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8998A; }

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

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

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

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

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

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

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

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