Html Css Color HEX #C5A14D Sundance

📋 copy color: '#C5A14D'

red 197 ◦ green 161 ◦ blue 77

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

Shades of Sundance #C5A14D

Tints of Sundance #C5A14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 45.29%
G = 37.01%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5A14D (or 0xC5A14D) is known color: Sundance. HEX triplet: C5, A1 and 4D. RGB value is (197,161,77). Sum of RGB (Red+Green+Blue) = 197+161+77=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A14D is #3A5EB2. Grayscale: #A2A2A2. Windows color (decimal): -3825331 or 5087685. OLE color: 5087685.

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

Color convert

RGB 197 161 77 -
CMYK 0 0.18 0.61 0.23
HSL 42º 0.51% 0.54% -
HSV(B) 42º 0.61% 0.77% -
XYZ 37.11 37.9 12.38 -
YUV 162.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 197 161 77 0 0.18 0.61 0.23 42 0.51 0.54
Hex C5 A1 4D 0 12 3D 17 2A 33 36
Octal 305 241 115 0 22 75 27 52 63 66
Binary 11000101 10100001 1001101 0 10010 111101 10111 101010 110011 110110

Color Harmonies of #C5A14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A14D

Black with #C5A14D

Text Example


Text Example

White with #C5A14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A14D; }

 p { color: rgb(197,161,77); }

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

background-color css

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

 a { background-color: rgb(197,161,77); }

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

border-color css

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

 span { border-color: rgb(197,161,77); }

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