Html Css Color HEX #C4A041 Sundance

📋 copy color: '#C4A041'

red 196 ◦ green 160 ◦ blue 65

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

Shades of Sundance #C4A041

Tints of Sundance #C4A041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.44%

R = 46.56%
G = 38%
B = 15.44%

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

#C4A041 (or 0xC4A041) is known color: Sundance. HEX triplet: C4, A0 and 41. RGB value is (196,160,65). Sum of RGB (Red+Green+Blue) = 196+160+65=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A041 is #3B5FBE. Grayscale: #A0A0A0. Windows color (decimal): -3891135 or 4300996. OLE color: 4300996.

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

Color convert

RGB 196 160 65 -
CMYK 0 0.18 0.67 0.23
HSL 43.51º 0.53% 0.51% -
HSV(B) 43.51º 0.67% 0.77% -
XYZ 36.29 37.26 10.28 -
YUV 159.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 196 160 65 0 0.18 0.67 0.23 43.51 0.53 0.51
Hex C4 A0 41 0 12 43 17 2C 35 33
Octal 304 240 101 0 22 103 27 54 65 63
Binary 11000100 10100000 1000001 0 10010 1000011 10111 101100 110101 110011

Color Harmonies of #C4A041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A041

Black with #C4A041

Text Example


Text Example

White with #C4A041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A041; }

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

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

background-color css

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

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

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

border-color css

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

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

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