Html Css Color HEX #C5A94E Sundance

📋 copy color: '#C5A94E'

red 197 ◦ green 169 ◦ blue 78

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

Shades of Sundance #C5A94E

Tints of Sundance #C5A94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.57%

R = 44.37%
G = 38.06%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5A94E (or 0xC5A94E) is known color: Sundance. HEX triplet: C5, A9 and 4E. RGB value is (197,169,78). Sum of RGB (Red+Green+Blue) = 197+169+78=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A94E is #3A56B1. Grayscale: #A7A7A7. Windows color (decimal): -3823282 or 5155269. OLE color: 5155269.

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

Color convert

RGB 197 169 78 -
CMYK 0 0.14 0.60 0.23
HSL 45.88º 0.51% 0.54% -
HSV(B) 45.88º 0.6% 0.77% -
XYZ 38.59 40.8 13.05 -
YUV 167 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 197 169 78 0 0.14 0.60 0.23 45.88 0.51 0.54
Hex C5 A9 4E 0 E 3C 17 2E 33 36
Octal 305 251 116 0 16 74 27 56 63 66
Binary 11000101 10101001 1001110 0 1110 111100 10111 101110 110011 110110

Color Harmonies of #C5A94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A94E

Black with #C5A94E

Text Example


Text Example

White with #C5A94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A94E; }

 p { color: rgb(197,169,78); }

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

background-color css

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

 a { background-color: rgb(197,169,78); }

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

border-color css

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

 span { border-color: rgb(197,169,78); }

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