Html Css Color HEX #C4978A Quicksand

📋 copy color: '#C4978A'

red 196 ◦ green 151 ◦ blue 138

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

Shades of Quicksand #C4978A

Tints of Quicksand #C4978A

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 40.41%
G = 31.13%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4978A (or 0xC4978A) is known color: Quicksand. HEX triplet: C4, 97 and 8A. RGB value is (196,151,138). Sum of RGB (Red+Green+Blue) = 196+151+138=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4978A is #3B6875. Grayscale: #A3A3A3. Windows color (decimal): -3893366 or 9082820. OLE color: 9082820.

HSL color Cylindrical-coordinate representation of color #C4978A: hue angle of 13.45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4978A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 151 138 -
CMYK 0 0.23 0.30 0.23
HSL 13.45º 0.33% 0.65% -
HSV(B) 13.45º 0.3% 0.77% -
XYZ 38.42 35.7 28.91 -
YUV 162.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 196 151 138 0 0.23 0.30 0.23 13.45 0.33 0.65
Hex C4 97 8A 0 17 1E 17 D 21 41
Octal 304 227 212 0 27 36 27 15 41 101
Binary 11000100 10010111 10001010 0 10111 11110 10111 1101 100001 1000001

Color Harmonies of #C4978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4978A

Black with #C4978A

Text Example


Text Example

White with #C4978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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