Html Css Color HEX #C4BB50 Sundance

📋 copy color: '#C4BB50'

red 196 ◦ green 187 ◦ blue 80

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

Shades of Sundance #C4BB50

Tints of Sundance #C4BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 42.33%
G = 40.39%
B = 17.28%

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

#C4BB50 (or 0xC4BB50) is known color: Sundance. HEX triplet: C4, BB and 50. RGB value is (196,187,80). Sum of RGB (Red+Green+Blue) = 196+187+80=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB50 is #3B44AF. Grayscale: #B1B1B1. Windows color (decimal): -3884208 or 5290948. OLE color: 5290948.

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

Color convert

RGB 196 187 80 -
CMYK 0 0.05 0.59 0.23
HSL 55.34º 0.5% 0.54% -
HSV(B) 55.34º 0.59% 0.77% -
XYZ 41.98 47.86 14.61 -
YUV 177.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 196 187 80 0 0.05 0.59 0.23 55.34 0.5 0.54
Hex C4 BB 50 0 5 3B 17 37 32 36
Octal 304 273 120 0 5 73 27 67 62 66
Binary 11000100 10111011 1010000 0 101 111011 10111 110111 110010 110110

Color Harmonies of #C4BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB50

Black with #C4BB50

Text Example


Text Example

White with #C4BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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