Html Css Color HEX #C5AA42 Sundance

📋 copy color: '#C5AA42'

red 197 ◦ green 170 ◦ blue 66

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

Shades of Sundance #C5AA42

Tints of Sundance #C5AA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.26%

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

R = 45.5%
G = 39.26%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5AA42 (or 0xC5AA42) is known color: Sundance. HEX triplet: C5, AA and 42. RGB value is (197,170,66). Sum of RGB (Red+Green+Blue) = 197+170+66=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA42 is #3A55BD. Grayscale: #A6A6A6. Windows color (decimal): -3823038 or 4369093. OLE color: 4369093.

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

Color convert

RGB 197 170 66 -
CMYK 0 0.14 0.66 0.23
HSL 47.63º 0.53% 0.52% -
HSV(B) 47.63º 0.66% 0.77% -
XYZ 38.38 41.01 11.05 -
YUV 166.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 197 170 66 0 0.14 0.66 0.23 47.63 0.53 0.52
Hex C5 AA 42 0 E 42 17 30 35 34
Octal 305 252 102 0 16 102 27 60 65 64
Binary 11000101 10101010 1000010 0 1110 1000010 10111 110000 110101 110100

Color Harmonies of #C5AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA42

Black with #C5AA42

Text Example


Text Example

White with #C5AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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