Html Css Color HEX #C5AA12 Buddha Gold

📋 copy color: '#C5AA12'

red 197 ◦ green 170 ◦ blue 18

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

Shades of Buddha Gold #C5AA12

Tints of Buddha Gold #C5AA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 51.17%
G = 44.16%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5AA12 (or 0xC5AA12) is known color: Buddha Gold. HEX triplet: C5, AA and 12. RGB value is (197,170,18). Sum of RGB (Red+Green+Blue) = 197+170+18=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA12 is #3A55ED. Grayscale: #A1A1A1. Windows color (decimal): -3823086 or 1223365. OLE color: 1223365.

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

Color convert

RGB 197 170 18 -
CMYK 0 0.14 0.91 0.23
HSL 50.95º 0.83% 0.42% -
HSV(B) 50.95º 0.91% 0.77% -
XYZ 37.51 40.66 6.44 -
YUV 160.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 197 170 18 0 0.14 0.91 0.23 50.95 0.83 0.42
Hex C5 AA 12 0 E 5B 17 33 53 2A
Octal 305 252 22 0 16 133 27 63 123 52
Binary 11000101 10101010 10010 0 1110 1011011 10111 110011 1010011 101010

Color Harmonies of #C5AA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA12

Black with #C5AA12

Text Example


Text Example

White with #C5AA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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