#C7978A

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

Shades of Quicksand #C7978A

Tints of Quicksand #C7978A

Color information

#C7978A (or 0xC7978A) is unknown color: approx Quicksand. HEX triplet: C7, 97 and 8A. RGB value is (199,151,138). Sum of RGB (Red+Green+Blue) = 199+151+138=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7978A is #386875. Grayscale: #A3A3A3. Windows color (decimal): -3696758 or 9082823. OLE color: 9082823.

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

Color convert

RGB199151138-
CMYK00.240.310.22
HSL12.79º35.26%66.08%-
HSV(B)12.79º30.65%78.04%-
XYZ39.2136.1128.95-
YUV163.87113.4153.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=40.78%
G=30.94%
B=28.28%

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
Decimal19915113800.240.310.2212.7935.2666.08
HexC7978A0181F16d2342
Octal30722721203037261543102
Binary110001111001011110001010011000111111011011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7978A; }

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

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

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

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

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

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

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

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