Html Css Color HEX #C5A94C Sundance

📋 copy color: '#C5A94C'

red 197 ◦ green 169 ◦ blue 76

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

Shades of Sundance #C5A94C

Tints of Sundance #C5A94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 44.57%
G = 38.24%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5A94C (or 0xC5A94C) is known color: Sundance. HEX triplet: C5, A9 and 4C. RGB value is (197,169,76). Sum of RGB (Red+Green+Blue) = 197+169+76=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A94C is #3A56B3. Grayscale: #A7A7A7. Windows color (decimal): -3823284 or 5024197. OLE color: 5024197.

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

Color convert

RGB 197 169 76 -
CMYK 0 0.14 0.61 0.23
HSL 46.12º 0.51% 0.54% -
HSV(B) 46.12º 0.61% 0.77% -
XYZ 38.52 40.77 12.68 -
YUV 166.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 197 169 76 0 0.14 0.61 0.23 46.12 0.51 0.54
Hex C5 A9 4C 0 E 3D 17 2E 33 36
Octal 305 251 114 0 16 75 27 56 63 66
Binary 11000101 10101001 1001100 0 1110 111101 10111 101110 110011 110110

Color Harmonies of #C5A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A94C

Black with #C5A94C

Text Example


Text Example

White with #C5A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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