Html Css Color HEX #C5A151 Sundance

📋 copy color: '#C5A151'

red 197 ◦ green 161 ◦ blue 81

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

Shades of Sundance #C5A151

Tints of Sundance #C5A151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.45%

R = 44.87%
G = 36.67%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5A151 (or 0xC5A151) is known color: Sundance. HEX triplet: C5, A1 and 51. RGB value is (197,161,81). Sum of RGB (Red+Green+Blue) = 197+161+81=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A151 is #3A5EAE. Grayscale: #A2A2A2. Windows color (decimal): -3825327 or 5349829. OLE color: 5349829.

HSL color Cylindrical-coordinate representation of color #C5A151: hue angle of 41.38º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5A151 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 81 -
CMYK 0 0.18 0.59 0.23
HSL 41.38º 0.5% 0.55% -
HSV(B) 41.38º 0.59% 0.77% -
XYZ 37.26 37.95 13.15 -
YUV 162.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 197 161 81 0 0.18 0.59 0.23 41.38 0.5 0.55
Hex C5 A1 51 0 12 3B 17 29 32 37
Octal 305 241 121 0 22 73 27 51 62 67
Binary 11000101 10100001 1010001 0 10010 111011 10111 101001 110010 110111

Color Harmonies of #C5A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A151

Black with #C5A151

Text Example


Text Example

White with #C5A151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A151; }

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

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

background-color css

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

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

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

border-color css

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

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

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