Html Css Color HEX #C4A040 Sundance

📋 copy color: '#C4A040'

red 196 ◦ green 160 ◦ blue 64

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

Shades of Sundance #C4A040

Tints of Sundance #C4A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 46.67%
G = 38.1%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4A040 (or 0xC4A040) is known color: Sundance. HEX triplet: C4, A0 and 40. RGB value is (196,160,64). Sum of RGB (Red+Green+Blue) = 196+160+64=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A040 is #3B5FBF. Grayscale: #A0A0A0. Windows color (decimal): -3891136 or 4235460. OLE color: 4235460.

HSL color Cylindrical-coordinate representation of color #C4A040: hue angle of 43.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4A040 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 64 -
CMYK 0 0.18 0.67 0.23
HSL 43.64º 0.53% 0.51% -
HSV(B) 43.64º 0.67% 0.77% -
XYZ 36.26 37.25 10.13 -
YUV 159.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 196 160 64 0 0.18 0.67 0.23 43.64 0.53 0.51
Hex C4 A0 40 0 12 43 17 2C 35 33
Octal 304 240 100 0 22 103 27 54 65 63
Binary 11000100 10100000 1000000 0 10010 1000011 10111 101100 110101 110011

Color Harmonies of #C4A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A040

Black with #C4A040

Text Example


Text Example

White with #C4A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A040; }

 p { color: rgb(196,160,64); }

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

background-color css

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

 a { background-color: rgb(196,160,64); }

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

border-color css

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

 span { border-color: rgb(196,160,64); }

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