Html Css Color HEX #C5A64F Sundance

📋 copy color: '#C5A64F'

red 197 ◦ green 166 ◦ blue 79

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

Shades of Sundance #C5A64F

Tints of Sundance #C5A64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 44.57%
G = 37.56%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5A64F (or 0xC5A64F) is known color: Sundance. HEX triplet: C5, A6 and 4F. RGB value is (197,166,79). Sum of RGB (Red+Green+Blue) = 197+166+79=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A64F is #3A59B0. Grayscale: #A5A5A5. Windows color (decimal): -3824049 or 5220037. OLE color: 5220037.

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

Color convert

RGB 197 166 79 -
CMYK 0 0.16 0.60 0.23
HSL 44.24º 0.5% 0.54% -
HSV(B) 44.24º 0.6% 0.77% -
XYZ 38.07 39.71 13.05 -
YUV 165.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 197 166 79 0 0.16 0.60 0.23 44.24 0.5 0.54
Hex C5 A6 4F 0 10 3C 17 2C 32 36
Octal 305 246 117 0 20 74 27 54 62 66
Binary 11000101 10100110 1001111 0 10000 111100 10111 101100 110010 110110

Color Harmonies of #C5A64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A64F

Black with #C5A64F

Text Example


Text Example

White with #C5A64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A64F; }

 p { color: rgb(197,166,79); }

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

background-color css

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

 a { background-color: rgb(197,166,79); }

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

border-color css

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

 span { border-color: rgb(197,166,79); }

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