Html Css Color HEX #C4A149 Sundance

📋 copy color: '#C4A149'

red 196 ◦ green 161 ◦ blue 73

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

Shades of Sundance #C4A149

Tints of Sundance #C4A149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 45.58%
G = 37.44%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4A149 (or 0xC4A149) is known color: Sundance. HEX triplet: C4, A1 and 49. RGB value is (196,161,73). Sum of RGB (Red+Green+Blue) = 196+161+73=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A149 is #3B5EB6. Grayscale: #A1A1A1. Windows color (decimal): -3890871 or 4825540. OLE color: 4825540.

HSL color Cylindrical-coordinate representation of color #C4A149: hue angle of 42.93º 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 #C4A149 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 73 -
CMYK 0 0.18 0.63 0.23
HSL 42.93º 0.51% 0.53% -
HSV(B) 42.93º 0.63% 0.77% -
XYZ 36.71 37.71 11.65 -
YUV 161.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 196 161 73 0 0.18 0.63 0.23 42.93 0.51 0.53
Hex C4 A1 49 0 12 3F 17 2B 33 35
Octal 304 241 111 0 22 77 27 53 63 65
Binary 11000100 10100001 1001001 0 10010 111111 10111 101011 110011 110101

Color Harmonies of #C4A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A149

Black with #C4A149

Text Example


Text Example

White with #C4A149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A149; }

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

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

background-color css

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

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

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

border-color css

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

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

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