Html Css Color HEX #C5AF50 Sundance

📋 copy color: '#C5AF50'

red 197 ◦ green 175 ◦ blue 80

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

Shades of Sundance #C5AF50

Tints of Sundance #C5AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 43.58%
G = 38.72%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5AF50 (or 0xC5AF50) is known color: Sundance. HEX triplet: C5, AF and 50. RGB value is (197,175,80). Sum of RGB (Red+Green+Blue) = 197+175+80=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF50 is #3A50AF. Grayscale: #ABABAB. Windows color (decimal): -3821744 or 5287877. OLE color: 5287877.

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

Color convert

RGB 197 175 80 -
CMYK 0 0.11 0.59 0.23
HSL 48.72º 0.5% 0.54% -
HSV(B) 48.72º 0.59% 0.77% -
XYZ 39.8 43.11 13.81 -
YUV 170.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 197 175 80 0 0.11 0.59 0.23 48.72 0.5 0.54
Hex C5 AF 50 0 B 3B 17 31 32 36
Octal 305 257 120 0 13 73 27 61 62 66
Binary 11000101 10101111 1010000 0 1011 111011 10111 110001 110010 110110

Color Harmonies of #C5AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF50

Black with #C5AF50

Text Example


Text Example

White with #C5AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF50; }

 p { color: rgb(197,175,80); }

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

background-color css

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

 a { background-color: rgb(197,175,80); }

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

border-color css

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

 span { border-color: rgb(197,175,80); }

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