Html Css Color HEX #C4AC41 Sundance

📋 copy color: '#C4AC41'

red 196 ◦ green 172 ◦ blue 65

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

Shades of Sundance #C4AC41

Tints of Sundance #C4AC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

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

R = 45.27%
G = 39.72%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4AC41 (or 0xC4AC41) is known color: Sundance. HEX triplet: C4, AC and 41. RGB value is (196,172,65). Sum of RGB (Red+Green+Blue) = 196+172+65=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC41 is #3B53BE. Grayscale: #A7A7A7. Windows color (decimal): -3888063 or 4304068. OLE color: 4304068.

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

Color convert

RGB 196 172 65 -
CMYK 0 0.12 0.67 0.23
HSL 49.01º 0.53% 0.51% -
HSV(B) 49.01º 0.67% 0.77% -
XYZ 38.47 41.62 11.01 -
YUV 166.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 196 172 65 0 0.12 0.67 0.23 49.01 0.53 0.51
Hex C4 AC 41 0 C 43 17 31 35 33
Octal 304 254 101 0 14 103 27 61 65 63
Binary 11000100 10101100 1000001 0 1100 1000011 10111 110001 110101 110011

Color Harmonies of #C4AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC41

Black with #C4AC41

Text Example


Text Example

White with #C4AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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