#C7978E

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

Shades of Quicksand #C7978E

Tints of Quicksand #C7978E

Color information

#C7978E (or 0xC7978E) is unknown color: approx Quicksand. HEX triplet: C7, 97 and 8E. RGB value is (199,151,142). Sum of RGB (Red+Green+Blue) = 199+151+142=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7978E is #386871. Grayscale: #A4A4A4. Windows color (decimal): -3696754 or 9344967. OLE color: 9344967.

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

Color convert

RGB199151142-
CMYK00.240.290.22
HSL9.47º33.73%66.86%-
HSV(B)9.47º28.64%78.04%-
XYZ39.536.2330.5-
YUV164.33115.4152.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=40.45%
G=30.69%
B=28.86%

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
Decimal19915114200.240.290.229.4733.7366.86
HexC7978E0181D1692243
Octal30722721603035261142103
Binary110001111001011110001110011000111011011010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7978E; }

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

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

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

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

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

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

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

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