Html Css Color HEX #C5AA46 Sundance

📋 copy color: '#C5AA46'

red 197 ◦ green 170 ◦ blue 70

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

Shades of Sundance #C5AA46

Tints of Sundance #C5AA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.02%

R = 45.08%
G = 38.9%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5AA46 (or 0xC5AA46) is known color: Sundance. HEX triplet: C5, AA and 46. RGB value is (197,170,70). Sum of RGB (Red+Green+Blue) = 197+170+70=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA46 is #3A55B9. Grayscale: #A7A7A7. Windows color (decimal): -3823034 or 4631237. OLE color: 4631237.

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

Color convert

RGB 197 170 70 -
CMYK 0 0.14 0.64 0.23
HSL 47.24º 0.52% 0.52% -
HSV(B) 47.24º 0.64% 0.77% -
XYZ 38.51 41.06 11.69 -
YUV 166.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 197 170 70 0 0.14 0.64 0.23 47.24 0.52 0.52
Hex C5 AA 46 0 E 40 17 2F 34 34
Octal 305 252 106 0 16 100 27 57 64 64
Binary 11000101 10101010 1000110 0 1110 1000000 10111 101111 110100 110100

Color Harmonies of #C5AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA46

Black with #C5AA46

Text Example


Text Example

White with #C5AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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