Html Css Color HEX #C5AE49 Sundance

📋 copy color: '#C5AE49'

red 197 ◦ green 174 ◦ blue 73

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

Shades of Sundance #C5AE49

Tints of Sundance #C5AE49

RGB

 RED value IS 197 (77.34% from 255) = 44.37%

 GREEN value IS 174 (68.36% from 255) = 39.19%

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

R = 44.37%
G = 39.19%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5AE49 (or 0xC5AE49) is known color: Sundance. HEX triplet: C5, AE and 49. RGB value is (197,174,73). Sum of RGB (Red+Green+Blue) = 197+174+73=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE49 is #3A51B6. Grayscale: #A9A9A9. Windows color (decimal): -3822007 or 4828869. OLE color: 4828869.

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

Color convert

RGB 197 174 73 -
CMYK 0 0.12 0.63 0.23
HSL 48.87º 0.52% 0.53% -
HSV(B) 48.87º 0.63% 0.77% -
XYZ 39.36 42.62 12.46 -
YUV 169.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 197 174 73 0 0.12 0.63 0.23 48.87 0.52 0.53
Hex C5 AE 49 0 C 3F 17 31 34 35
Octal 305 256 111 0 14 77 27 61 64 65
Binary 11000101 10101110 1001001 0 1100 111111 10111 110001 110100 110101

Color Harmonies of #C5AE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE49

Black with #C5AE49

Text Example


Text Example

White with #C5AE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE49; }

 p { color: rgb(197,174,73); }

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

background-color css

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

 a { background-color: rgb(197,174,73); }

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

border-color css

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

 span { border-color: rgb(197,174,73); }

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