Html Css Color HEX #C49F52 Sundance

📋 copy color: '#C49F52'

red 196 ◦ green 159 ◦ blue 82

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

Shades of Sundance #C49F52

Tints of Sundance #C49F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 44.85%
G = 36.38%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49F52 (or 0xC49F52) is known color: Sundance. HEX triplet: C4, 9F and 52. RGB value is (196,159,82). Sum of RGB (Red+Green+Blue) = 196+159+82=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F52 is #3B60AD. Grayscale: #A1A1A1. Windows color (decimal): -3891374 or 5414852. OLE color: 5414852.

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

Color convert

RGB 196 159 82 -
CMYK 0 0.19 0.58 0.23
HSL 40.53º 0.49% 0.55% -
HSV(B) 40.53º 0.58% 0.77% -
XYZ 36.69 37.14 13.22 -
YUV 161.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 196 159 82 0 0.19 0.58 0.23 40.53 0.49 0.55
Hex C4 9F 52 0 13 3A 17 29 31 37
Octal 304 237 122 0 23 72 27 51 61 67
Binary 11000100 10011111 1010010 0 10011 111010 10111 101001 110001 110111

Color Harmonies of #C49F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F52

Black with #C49F52

Text Example


Text Example

White with #C49F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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