Html Css Color HEX #C4A549 Sundance

📋 copy color: '#C4A549'

red 196 ◦ green 165 ◦ blue 73

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

Shades of Sundance #C4A549

Tints of Sundance #C4A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 45.16%
G = 38.02%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4A549 (or 0xC4A549) is known color: Sundance. HEX triplet: C4, A5 and 49. RGB value is (196,165,73). Sum of RGB (Red+Green+Blue) = 196+165+73=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A549 is #3B5AB6. Grayscale: #A4A4A4. Windows color (decimal): -3889847 or 4826564. OLE color: 4826564.

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

Color convert

RGB 196 165 73 -
CMYK 0 0.16 0.63 0.23
HSL 44.88º 0.51% 0.53% -
HSV(B) 44.88º 0.63% 0.77% -
XYZ 37.42 39.13 11.88 -
YUV 163.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 196 165 73 0 0.16 0.63 0.23 44.88 0.51 0.53
Hex C4 A5 49 0 10 3F 17 2D 33 35
Octal 304 245 111 0 20 77 27 55 63 65
Binary 11000100 10100101 1001001 0 10000 111111 10111 101101 110011 110101

Color Harmonies of #C4A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A549

Black with #C4A549

Text Example


Text Example

White with #C4A549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A549; }

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

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

background-color css

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

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

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

border-color css

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

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

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