Html Css Color HEX #C4BA50 Sundance

📋 copy color: '#C4BA50'

red 196 ◦ green 186 ◦ blue 80

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

Shades of Sundance #C4BA50

Tints of Sundance #C4BA50

RGB

 RED value IS 196 (76.95% from 255) = 42.42%

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

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

R = 42.42%
G = 40.26%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4BA50 (or 0xC4BA50) is known color: Sundance. HEX triplet: C4, BA and 50. RGB value is (196,186,80). Sum of RGB (Red+Green+Blue) = 196+186+80=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA50 is #3B45AF. Grayscale: #B1B1B1. Windows color (decimal): -3884464 or 5290692. OLE color: 5290692.

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

Color convert

RGB 196 186 80 -
CMYK 0 0.05 0.59 0.23
HSL 54.83º 0.5% 0.54% -
HSV(B) 54.83º 0.59% 0.77% -
XYZ 41.77 47.43 14.54 -
YUV 176.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 196 186 80 0 0.05 0.59 0.23 54.83 0.5 0.54
Hex C4 BA 50 0 5 3B 17 37 32 36
Octal 304 272 120 0 5 73 27 67 62 66
Binary 11000100 10111010 1010000 0 101 111011 10111 110111 110010 110110

Color Harmonies of #C4BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA50

Black with #C4BA50

Text Example


Text Example

White with #C4BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA50; }

 p { color: rgb(196,186,80); }

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

background-color css

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

 a { background-color: rgb(196,186,80); }

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

border-color css

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

 span { border-color: rgb(196,186,80); }

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