#C8978E

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

Shades of Quicksand #C8978E

Tints of Quicksand #C8978E

Color information

#C8978E (or 0xC8978E) is unknown color: approx Quicksand. HEX triplet: C8, 97 and 8E. RGB value is (200,151,142). Sum of RGB (Red+Green+Blue) = 200+151+142=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8978E is #376871. Grayscale: #A4A4A4. Windows color (decimal): -3631218 or 9344968. OLE color: 9344968.

HSL color Cylindrical-coordinate representation of color #C8978E: hue angle of 9.31º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8978E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200151142-
CMYK00.240.290.22
HSL9.31º34.52%67.06%-
HSV(B)9.31º29%78.43%-
XYZ39.7736.3730.51-
YUV164.62115.23153.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=40.57%
G=30.63%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015114200.240.290.229.3134.5267.06
HexC8978E0181D1692343
Octal31022721603035261143103
Binary110010001001011110001110011000111011011010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8978E; }

 p { color: rgb(200,151,142); }

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

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

 a { background-color: rgb(200,151,142); }

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

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

 span { border-color: rgb(200,151,142); }

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