Html Css Color HEX #C49F4E Sundance

📋 copy color: '#C49F4E'

red 196 ◦ green 159 ◦ blue 78

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

Shades of Sundance #C49F4E

Tints of Sundance #C49F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 45.27%
G = 36.72%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C49F4E (or 0xC49F4E) is known color: Sundance. HEX triplet: C4, 9F and 4E. RGB value is (196,159,78). Sum of RGB (Red+Green+Blue) = 196+159+78=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F4E is #3B60B1. Grayscale: #A1A1A1. Windows color (decimal): -3891378 or 5152708. OLE color: 5152708.

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

Color convert

RGB 196 159 78 -
CMYK 0 0.19 0.60 0.23
HSL 41.19º 0.5% 0.54% -
HSV(B) 41.19º 0.6% 0.77% -
XYZ 36.54 37.08 12.44 -
YUV 160.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 196 159 78 0 0.19 0.60 0.23 41.19 0.5 0.54
Hex C4 9F 4E 0 13 3C 17 29 32 36
Octal 304 237 116 0 23 74 27 51 62 66
Binary 11000100 10011111 1001110 0 10011 111100 10111 101001 110010 110110

Color Harmonies of #C49F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F4E

Black with #C49F4E

Text Example


Text Example

White with #C49F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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