Html Css Color HEX #C4A949 Sundance

📋 copy color: '#C4A949'

red 196 ◦ green 169 ◦ blue 73

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

Shades of Sundance #C4A949

Tints of Sundance #C4A949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 73 (28.91% from 255) = 16.67%

R = 44.75%
G = 38.58%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4A949 (or 0xC4A949) is known color: Sundance. HEX triplet: C4, A9 and 49. RGB value is (196,169,73). Sum of RGB (Red+Green+Blue) = 196+169+73=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A949 is #3B56B6. Grayscale: #A6A6A6. Windows color (decimal): -3888823 or 4827588. OLE color: 4827588.

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

Color convert

RGB 196 169 73 -
CMYK 0 0.14 0.63 0.23
HSL 46.83º 0.51% 0.53% -
HSV(B) 46.83º 0.63% 0.77% -
XYZ 38.16 40.59 12.13 -
YUV 166.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 196 169 73 0 0.14 0.63 0.23 46.83 0.51 0.53
Hex C4 A9 49 0 E 3F 17 2F 33 35
Octal 304 251 111 0 16 77 27 57 63 65
Binary 11000100 10101001 1001001 0 1110 111111 10111 101111 110011 110101

Color Harmonies of #C4A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A949

Black with #C4A949

Text Example


Text Example

White with #C4A949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A949; }

 p { color: rgb(196,169,73); }

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

background-color css

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

 a { background-color: rgb(196,169,73); }

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

border-color css

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

 span { border-color: rgb(196,169,73); }

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