Html Css Color HEX #C49678 Pale Taupe

📋 copy color: '#C49678'

red 196 ◦ green 150 ◦ blue 120

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

Shades of Pale Taupe #C49678

Tints of Pale Taupe #C49678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 42.06%
G = 32.19%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49678 (or 0xC49678) is known color: Pale Taupe. HEX triplet: C4, 96 and 78. RGB value is (196,150,120). Sum of RGB (Red+Green+Blue) = 196+150+120=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C49678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49678 is #3B6987. Grayscale: #A0A0A0. Windows color (decimal): -3893640 or 7902916. OLE color: 7902916.

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

Color convert

RGB 196 150 120 -
CMYK 0 0.23 0.39 0.23
HSL 23.68º 0.39% 0.62% -
HSV(B) 23.68º 0.39% 0.77% -
XYZ 37.06 34.9 22.55 -
YUV 160.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 196 150 120 0 0.23 0.39 0.23 23.68 0.39 0.62
Hex C4 96 78 0 17 27 17 18 27 3E
Octal 304 226 170 0 27 47 27 30 47 76
Binary 11000100 10010110 1111000 0 10111 100111 10111 11000 100111 111110

Color Harmonies of #C49678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49678

Black with #C49678

Text Example


Text Example

White with #C49678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49678; }

 p { color: rgb(196,150,120); }

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

background-color css

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

 a { background-color: rgb(196,150,120); }

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

border-color css

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

 span { border-color: rgb(196,150,120); }

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