#C7978F

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

Shades of Quicksand #C7978F

Tints of Quicksand #C7978F

Color information

#C7978F (or 0xC7978F) is unknown color: approx Quicksand. HEX triplet: C7, 97 and 8F. RGB value is (199,151,143). Sum of RGB (Red+Green+Blue) = 199+151+143=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7978F is #386870. Grayscale: #A4A4A4. Windows color (decimal): -3696753 or 9410503. OLE color: 9410503.

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

Color convert

RGB199151143-
CMYK00.240.280.22
HSL8.57º33.33%67.06%-
HSV(B)8.57º28.14%78.04%-
XYZ39.5836.2630.9-
YUV164.44115.9152.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=40.37%
G=30.63%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915114300.240.280.228.5733.3367.06
HexC7978F0181C1692143
Octal30722721703034261141103
Binary110001111001011110001111011000111001011010011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7978F; }

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

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

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

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

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

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

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

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