Html Css Color HEX #C5BA52 Sundance

📋 copy color: '#C5BA52'

red 197 ◦ green 186 ◦ blue 82

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

Shades of Sundance #C5BA52

Tints of Sundance #C5BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 42.37%
G = 40%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5BA52 (or 0xC5BA52) is known color: Sundance. HEX triplet: C5, BA and 52. RGB value is (197,186,82). Sum of RGB (Red+Green+Blue) = 197+186+82=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA52 is #3A45AD. Grayscale: #B1B1B1. Windows color (decimal): -3818926 or 5421765. OLE color: 5421765.

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

Color convert

RGB 197 186 82 -
CMYK 0 0.06 0.58 0.23
HSL 54.26º 0.5% 0.55% -
HSV(B) 54.26º 0.58% 0.77% -
XYZ 42.11 47.6 14.95 -
YUV 177.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 197 186 82 0 0.06 0.58 0.23 54.26 0.5 0.55
Hex C5 BA 52 0 6 3A 17 36 32 37
Octal 305 272 122 0 6 72 27 66 62 67
Binary 11000101 10111010 1010010 0 110 111010 10111 110110 110010 110111

Color Harmonies of #C5BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA52

Black with #C5BA52

Text Example


Text Example

White with #C5BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA52; }

 p { color: rgb(197,186,82); }

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

background-color css

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

 a { background-color: rgb(197,186,82); }

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

border-color css

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

 span { border-color: rgb(197,186,82); }

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