Html Css Color HEX #C4B949 Sundance

📋 copy color: '#C4B949'

red 196 ◦ green 185 ◦ blue 73

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

Shades of Sundance #C4B949

Tints of Sundance #C4B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 43.17%
G = 40.75%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B949 (or 0xC4B949) is known color: Sundance. HEX triplet: C4, B9 and 49. RGB value is (196,185,73). Sum of RGB (Red+Green+Blue) = 196+185+73=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B949 is #3B46B6. Grayscale: #AFAFAF. Windows color (decimal): -3884727 or 4831684. OLE color: 4831684.

HSL color Cylindrical-coordinate representation of color #C4B949: hue angle of 54.63º degrees, saturation: 0.51, 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 #C4B949 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 73 -
CMYK 0 0.06 0.63 0.23
HSL 54.63º 0.51% 0.53% -
HSV(B) 54.63º 0.63% 0.77% -
XYZ 41.32 46.91 13.18 -
YUV 175.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 196 185 73 0 0.06 0.63 0.23 54.63 0.51 0.53
Hex C4 B9 49 0 6 3F 17 37 33 35
Octal 304 271 111 0 6 77 27 67 63 65
Binary 11000100 10111001 1001001 0 110 111111 10111 110111 110011 110101

Color Harmonies of #C4B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B949

Black with #C4B949

Text Example


Text Example

White with #C4B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B949; }

 p { color: rgb(196,185,73); }

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

background-color css

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

 a { background-color: rgb(196,185,73); }

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

border-color css

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

 span { border-color: rgb(196,185,73); }

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