Html Css Color HEX #C5AC42 Sundance

📋 copy color: '#C5AC42'

red 197 ◦ green 172 ◦ blue 66

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

Shades of Sundance #C5AC42

Tints of Sundance #C5AC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.17%

R = 45.29%
G = 39.54%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5AC42 (or 0xC5AC42) is known color: Sundance. HEX triplet: C5, AC and 42. RGB value is (197,172,66). Sum of RGB (Red+Green+Blue) = 197+172+66=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC42 is #3A53BD. Grayscale: #A7A7A7. Windows color (decimal): -3822526 or 4369605. OLE color: 4369605.

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

Color convert

RGB 197 172 66 -
CMYK 0 0.13 0.66 0.23
HSL 48.55º 0.53% 0.52% -
HSV(B) 48.55º 0.66% 0.77% -
XYZ 38.76 41.77 11.17 -
YUV 167.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 197 172 66 0 0.13 0.66 0.23 48.55 0.53 0.52
Hex C5 AC 42 0 D 42 17 31 35 34
Octal 305 254 102 0 15 102 27 61 65 64
Binary 11000101 10101100 1000010 0 1101 1000010 10111 110001 110101 110100

Color Harmonies of #C5AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC42

Black with #C5AC42

Text Example


Text Example

White with #C5AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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