Html Css Color HEX #C5A850 Sundance

📋 copy color: '#C5A850'

red 197 ◦ green 168 ◦ blue 80

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

Shades of Sundance #C5A850

Tints of Sundance #C5A850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

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

R = 44.27%
G = 37.75%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5A850 (or 0xC5A850) is known color: Sundance. HEX triplet: C5, A8 and 50. RGB value is (197,168,80). Sum of RGB (Red+Green+Blue) = 197+168+80=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A850 is #3A57AF. Grayscale: #A7A7A7. Windows color (decimal): -3823536 or 5286085. OLE color: 5286085.

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

Color convert

RGB 197 168 80 -
CMYK 0 0.15 0.59 0.23
HSL 45.13º 0.5% 0.54% -
HSV(B) 45.13º 0.59% 0.77% -
XYZ 38.48 40.45 13.37 -
YUV 166.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 197 168 80 0 0.15 0.59 0.23 45.13 0.5 0.54
Hex C5 A8 50 0 F 3B 17 2D 32 36
Octal 305 250 120 0 17 73 27 55 62 66
Binary 11000101 10101000 1010000 0 1111 111011 10111 101101 110010 110110

Color Harmonies of #C5A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A850

Black with #C5A850

Text Example


Text Example

White with #C5A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A850; }

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

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

background-color css

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

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

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

border-color css

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

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

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