Html Css Color HEX #C4B749 Sundance

📋 copy color: '#C4B749'

red 196 ◦ green 183 ◦ blue 73

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

Shades of Sundance #C4B749

Tints of Sundance #C4B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

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

R = 43.36%
G = 40.49%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B749 (or 0xC4B749) is known color: Sundance. HEX triplet: C4, B7 and 49. RGB value is (196,183,73). Sum of RGB (Red+Green+Blue) = 196+183+73=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B749 is #3B48B6. Grayscale: #AEAEAE. Windows color (decimal): -3885239 or 4831172. OLE color: 4831172.

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

Color convert

RGB 196 183 73 -
CMYK 0 0.07 0.63 0.23
HSL 53.66º 0.51% 0.53% -
HSV(B) 53.66º 0.63% 0.77% -
XYZ 40.9 46.08 13.04 -
YUV 174.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 196 183 73 0 0.07 0.63 0.23 53.66 0.51 0.53
Hex C4 B7 49 0 7 3F 17 36 33 35
Octal 304 267 111 0 7 77 27 66 63 65
Binary 11000100 10110111 1001001 0 111 111111 10111 110110 110011 110101

Color Harmonies of #C4B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B749

Black with #C4B749

Text Example


Text Example

White with #C4B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B749; }

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

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

background-color css

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

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

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

border-color css

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

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

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