#C7978B

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

Shades of Quicksand #C7978B

Tints of Quicksand #C7978B

Color information

#C7978B (or 0xC7978B) is unknown color: approx Quicksand. HEX triplet: C7, 97 and 8B. RGB value is (199,151,139). Sum of RGB (Red+Green+Blue) = 199+151+139=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7978B is #386874. Grayscale: #A4A4A4. Windows color (decimal): -3696757 or 9148359. OLE color: 9148359.

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

Color convert

RGB199151139-
CMYK00.240.300.22
HSL12º34.88%66.27%-
HSV(B)12º30.15%78.04%-
XYZ39.2836.1429.33-
YUV163.98113.9152.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=40.70%
G=30.88%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915113900.240.300.221234.8866.27
HexC7978B0181E16c2342
Octal30722721303036261443102
Binary110001111001011110001011011000111101011011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7978B; }

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

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

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

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

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

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

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

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