Html Css Color HEX #C5AC41 Sundance

📋 copy color: '#C5AC41'

red 197 ◦ green 172 ◦ blue 65

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

Shades of Sundance #C5AC41

Tints of Sundance #C5AC41

RGB

 RED value IS 197 (77.34% from 255) = 45.39%

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

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

R = 45.39%
G = 39.63%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5AC41 (or 0xC5AC41) is known color: Sundance. HEX triplet: C5, AC and 41. RGB value is (197,172,65). Sum of RGB (Red+Green+Blue) = 197+172+65=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC41 is #3A53BE. Grayscale: #A7A7A7. Windows color (decimal): -3822527 or 4304069. OLE color: 4304069.

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

Color convert

RGB 197 172 65 -
CMYK 0 0.13 0.67 0.23
HSL 48.64º 0.53% 0.51% -
HSV(B) 48.64º 0.67% 0.77% -
XYZ 38.73 41.76 11.02 -
YUV 167.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 197 172 65 0 0.13 0.67 0.23 48.64 0.53 0.51
Hex C5 AC 41 0 D 43 17 31 35 33
Octal 305 254 101 0 15 103 27 61 65 63
Binary 11000101 10101100 1000001 0 1101 1000011 10111 110001 110101 110011

Color Harmonies of #C5AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC41

Black with #C5AC41

Text Example


Text Example

White with #C5AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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