Html Css Color HEX #C7978C Quicksand

📋 copy color: '#C7978C'

red 199 ◦ green 151 ◦ blue 140

#C7978C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #C7978C

Tints of Quicksand #C7978C

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

 GREEN value IS 151 (59.38% from 255) = 30.82%

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 40.61%
G = 30.82%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7978C (or 0xC7978C) is known color: Quicksand. HEX triplet: C7, 97 and 8C. RGB value is (199,151,140). Sum of RGB (Red+Green+Blue) = 199+151+140=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7978C is #386873. Grayscale: #A4A4A4. Windows color (decimal): -3696756 or 9213895. OLE color: 9213895.

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

Color convert

RGB 199 151 140 -
CMYK 0 0.24 0.30 0.22
HSL 11.19º 0.35% 0.66% -
HSV(B) 11.19º 0.3% 0.78% -
XYZ 39.35 36.17 29.72 -
YUV 164.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 199 151 140 0 0.24 0.30 0.22 11.19 0.35 0.66
Hex C7 97 8C 0 18 1E 16 B 23 42
Octal 307 227 214 0 30 36 26 13 43 102
Binary 11000111 10010111 10001100 0 11000 11110 10110 1011 100011 1000010

Color Harmonies of #C7978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7978C

Black with #C7978C

Text Example


Text Example

White with #C7978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7978C; }

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

 H1.HeaderClassName
 {
   color: #C7978C;
 }
 .AnyTagClassName
 {
   color: #C7978C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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