Html Css Color HEX #C5B550 Sundance

📋 copy color: '#C5B550'

red 197 ◦ green 181 ◦ blue 80

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

Shades of Sundance #C5B550

Tints of Sundance #C5B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.52%

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

R = 43.01%
G = 39.52%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5B550 (or 0xC5B550) is known color: Sundance. HEX triplet: C5, B5 and 50. RGB value is (197,181,80). Sum of RGB (Red+Green+Blue) = 197+181+80=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B550 is #3A4AAF. Grayscale: #AEAEAE. Windows color (decimal): -3820208 or 5289413. OLE color: 5289413.

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

Color convert

RGB 197 181 80 -
CMYK 0 0.08 0.59 0.23
HSL 51.79º 0.5% 0.54% -
HSV(B) 51.79º 0.59% 0.77% -
XYZ 41 45.5 14.21 -
YUV 174.27 74.8 144.21 -
System Red Green Blue C M Y K H S L
Decimal 197 181 80 0 0.08 0.59 0.23 51.79 0.5 0.54
Hex C5 B5 50 0 8 3B 17 34 32 36
Octal 305 265 120 0 10 73 27 64 62 66
Binary 11000101 10110101 1010000 0 1000 111011 10111 110100 110010 110110

Color Harmonies of #C5B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B550

Black with #C5B550

Text Example


Text Example

White with #C5B550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B550; }

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

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

background-color css

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

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

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

border-color css

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

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

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