Html Css Color HEX #C5B150 Sundance

📋 copy color: '#C5B150'

red 197 ◦ green 177 ◦ blue 80

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

Shades of Sundance #C5B150

Tints of Sundance #C5B150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

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

R = 43.39%
G = 38.99%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5B150 (or 0xC5B150) is known color: Sundance. HEX triplet: C5, B1 and 50. RGB value is (197,177,80). Sum of RGB (Red+Green+Blue) = 197+177+80=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B150 is #3A4EAF. Grayscale: #ACACAC. Windows color (decimal): -3821232 or 5288389. OLE color: 5288389.

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

Color convert

RGB 197 177 80 -
CMYK 0 0.10 0.59 0.23
HSL 49.74º 0.5% 0.54% -
HSV(B) 49.74º 0.59% 0.77% -
XYZ 40.2 43.89 13.94 -
YUV 171.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 197 177 80 0 0.10 0.59 0.23 49.74 0.5 0.54
Hex C5 B1 50 0 A 3B 17 32 32 36
Octal 305 261 120 0 12 73 27 62 62 66
Binary 11000101 10110001 1010000 0 1010 111011 10111 110010 110010 110110

Color Harmonies of #C5B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B150

Black with #C5B150

Text Example


Text Example

White with #C5B150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B150; }

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

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

background-color css

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

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

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

border-color css

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

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

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