Html Css Color HEX #C4B349 Sundance

📋 copy color: '#C4B349'

red 196 ◦ green 179 ◦ blue 73

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

Shades of Sundance #C4B349

Tints of Sundance #C4B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

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

R = 43.75%
G = 39.96%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B349 (or 0xC4B349) is known color: Sundance. HEX triplet: C4, B3 and 49. RGB value is (196,179,73). Sum of RGB (Red+Green+Blue) = 196+179+73=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B349 is #3B4CB6. Grayscale: #ACACAC. Windows color (decimal): -3886263 or 4830148. OLE color: 4830148.

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

Color convert

RGB 196 179 73 -
CMYK 0 0.09 0.63 0.23
HSL 51.71º 0.51% 0.53% -
HSV(B) 51.71º 0.63% 0.77% -
XYZ 40.09 44.46 12.77 -
YUV 172 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 196 179 73 0 0.09 0.63 0.23 51.71 0.51 0.53
Hex C4 B3 49 0 9 3F 17 34 33 35
Octal 304 263 111 0 11 77 27 64 63 65
Binary 11000100 10110011 1001001 0 1001 111111 10111 110100 110011 110101

Color Harmonies of #C4B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B349

Black with #C4B349

Text Example


Text Example

White with #C4B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B349; }

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

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

background-color css

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

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

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

border-color css

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

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

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