Html Css Color HEX #C4B549 Sundance

📋 copy color: '#C4B549'

red 196 ◦ green 181 ◦ blue 73

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

Shades of Sundance #C4B549

Tints of Sundance #C4B549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 43.56%
G = 40.22%
B = 16.22%

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

#C4B549 (or 0xC4B549) is known color: Sundance. HEX triplet: C4, B5 and 49. RGB value is (196,181,73). Sum of RGB (Red+Green+Blue) = 196+181+73=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B549 is #3B4AB6. Grayscale: #ADADAD. Windows color (decimal): -3885751 or 4830660. OLE color: 4830660.

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

Color convert

RGB 196 181 73 -
CMYK 0 0.08 0.63 0.23
HSL 52.68º 0.51% 0.53% -
HSV(B) 52.68º 0.63% 0.77% -
XYZ 40.49 45.26 12.91 -
YUV 173.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 196 181 73 0 0.08 0.63 0.23 52.68 0.51 0.53
Hex C4 B5 49 0 8 3F 17 35 33 35
Octal 304 265 111 0 10 77 27 65 63 65
Binary 11000100 10110101 1001001 0 1000 111111 10111 110101 110011 110101

Color Harmonies of #C4B549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B549

Black with #C4B549

Text Example


Text Example

White with #C4B549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B549; }

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

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

background-color css

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

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

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

border-color css

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

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

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