Html Css Color HEX #C49F50 Sundance

📋 copy color: '#C49F50'

red 196 ◦ green 159 ◦ blue 80

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

Shades of Sundance #C49F50

Tints of Sundance #C49F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 45.06%
G = 36.55%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49F50 (or 0xC49F50) is known color: Sundance. HEX triplet: C4, 9F and 50. RGB value is (196,159,80). Sum of RGB (Red+Green+Blue) = 196+159+80=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F50 is #3B60AF. Grayscale: #A1A1A1. Windows color (decimal): -3891376 or 5283780. OLE color: 5283780.

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

Color convert

RGB 196 159 80 -
CMYK 0 0.19 0.59 0.23
HSL 40.86º 0.5% 0.54% -
HSV(B) 40.86º 0.59% 0.77% -
XYZ 36.61 37.11 12.82 -
YUV 161.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 196 159 80 0 0.19 0.59 0.23 40.86 0.5 0.54
Hex C4 9F 50 0 13 3B 17 29 32 36
Octal 304 237 120 0 23 73 27 51 62 66
Binary 11000100 10011111 1010000 0 10011 111011 10111 101001 110010 110110

Color Harmonies of #C49F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F50

Black with #C49F50

Text Example


Text Example

White with #C49F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F50; }

 p { color: rgb(196,159,80); }

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

background-color css

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

 a { background-color: rgb(196,159,80); }

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

border-color css

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

 span { border-color: rgb(196,159,80); }

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