Html Css Color HEX #C5B349 Sundance

📋 copy color: '#C5B349'

red 197 ◦ green 179 ◦ blue 73

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

Shades of Sundance #C5B349

Tints of Sundance #C5B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

 BLUE value IS 73 (28.91% from 255) = 16.26%

R = 43.88%
G = 39.87%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5B349 (or 0xC5B349) is known color: Sundance. HEX triplet: C5, B3 and 49. RGB value is (197,179,73). Sum of RGB (Red+Green+Blue) = 197+179+73=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B349 is #3A4CB6. Grayscale: #ACACAC. Windows color (decimal): -3820727 or 4830149. OLE color: 4830149.

HSL color Cylindrical-coordinate representation of color #C5B349: hue angle of 51.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5B349 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 73 -
CMYK 0 0.09 0.63 0.23
HSL 51.29º 0.52% 0.53% -
HSV(B) 51.29º 0.63% 0.77% -
XYZ 40.35 44.59 12.78 -
YUV 172.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 197 179 73 0 0.09 0.63 0.23 51.29 0.52 0.53
Hex C5 B3 49 0 9 3F 17 33 34 35
Octal 305 263 111 0 11 77 27 63 64 65
Binary 11000101 10110011 1001001 0 1001 111111 10111 110011 110100 110101

Color Harmonies of #C5B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B349

Black with #C5B349

Text Example


Text Example

White with #C5B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B349; }

 p { color: rgb(197,179,73); }

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

background-color css

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

 a { background-color: rgb(197,179,73); }

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

border-color css

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

 span { border-color: rgb(197,179,73); }

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