Html Css Color HEX #C4B449 Sundance

📋 copy color: '#C4B449'

red 196 ◦ green 180 ◦ blue 73

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

Shades of Sundance #C4B449

Tints of Sundance #C4B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

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

R = 43.65%
G = 40.09%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B449 (or 0xC4B449) is known color: Sundance. HEX triplet: C4, B4 and 49. RGB value is (196,180,73). Sum of RGB (Red+Green+Blue) = 196+180+73=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B449 is #3B4BB6. Grayscale: #ADADAD. Windows color (decimal): -3886007 or 4830404. OLE color: 4830404.

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

Color convert

RGB 196 180 73 -
CMYK 0 0.08 0.63 0.23
HSL 52.2º 0.51% 0.53% -
HSV(B) 52.2º 0.63% 0.77% -
XYZ 40.29 44.86 12.84 -
YUV 172.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 196 180 73 0 0.08 0.63 0.23 52.2 0.51 0.53
Hex C4 B4 49 0 8 3F 17 34 33 35
Octal 304 264 111 0 10 77 27 64 63 65
Binary 11000100 10110100 1001001 0 1000 111111 10111 110100 110011 110101

Color Harmonies of #C4B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B449

Black with #C4B449

Text Example


Text Example

White with #C4B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B449; }

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

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

background-color css

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

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

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

border-color css

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

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

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