Html Css Color HEX #C5AC51 Sundance

📋 copy color: '#C5AC51'

red 197 ◦ green 172 ◦ blue 81

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

Shades of Sundance #C5AC51

Tints of Sundance #C5AC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18%

R = 43.78%
G = 38.22%
B = 18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5AC51 (or 0xC5AC51) is known color: Sundance. HEX triplet: C5, AC and 51. RGB value is (197,172,81). Sum of RGB (Red+Green+Blue) = 197+172+81=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AC51 is #3A53AE. Grayscale: #A9A9A9. Windows color (decimal): -3822511 or 5352645. OLE color: 5352645.

HSL color Cylindrical-coordinate representation of color #C5AC51: hue angle of 47.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5AC51 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 81 -
CMYK 0 0.13 0.59 0.23
HSL 47.07º 0.5% 0.55% -
HSV(B) 47.07º 0.59% 0.77% -
XYZ 39.26 41.97 13.82 -
YUV 169.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 197 172 81 0 0.13 0.59 0.23 47.07 0.5 0.55
Hex C5 AC 51 0 D 3B 17 2F 32 37
Octal 305 254 121 0 15 73 27 57 62 67
Binary 11000101 10101100 1010001 0 1101 111011 10111 101111 110010 110111

Color Harmonies of #C5AC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC51

Black with #C5AC51

Text Example


Text Example

White with #C5AC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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