Html Css Color HEX #C3978C Quicksand

📋 copy color: '#C3978C'

red 195 ◦ green 151 ◦ blue 140

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

Shades of Quicksand #C3978C

Tints of Quicksand #C3978C

RGB

 RED value IS 195 (76.56% from 255) = 40.12%

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

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

R = 40.12%
G = 31.07%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3978C (or 0xC3978C) is known color: Quicksand. HEX triplet: C3, 97 and 8C. RGB value is (195,151,140). Sum of RGB (Red+Green+Blue) = 195+151+140=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3978C is #3C6873. Grayscale: #A2A2A2. Windows color (decimal): -3958900 or 9213891. OLE color: 9213891.

HSL color Cylindrical-coordinate representation of color #C3978C: hue angle of 12º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3978C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 151 140 -
CMYK 0 0.23 0.28 0.24
HSL 12º 0.31% 0.66% -
HSV(B) 12º 0.28% 0.76% -
XYZ 38.31 35.63 29.67 -
YUV 162.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 195 151 140 0 0.23 0.28 0.24 12 0.31 0.66
Hex C3 97 8C 0 17 1C 18 C 1F 42
Octal 303 227 214 0 27 34 30 14 37 102
Binary 11000011 10010111 10001100 0 10111 11100 11000 1100 11111 1000010

Color Harmonies of #C3978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3978C

Black with #C3978C

Text Example


Text Example

White with #C3978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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