Html Css Color HEX #C5A027 Buddha Gold

📋 copy color: '#C5A027'

red 197 ◦ green 160 ◦ blue 39

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

Shades of Buddha Gold #C5A027

Tints of Buddha Gold #C5A027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 39 (15.63% from 255) = 9.85%

R = 49.75%
G = 40.4%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5A027 (or 0xC5A027) is known color: Buddha Gold. HEX triplet: C5, A0 and 27. RGB value is (197,160,39). Sum of RGB (Red+Green+Blue) = 197+160+39=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A027 is #3A5FD8. Grayscale: #9D9D9D. Windows color (decimal): -3825625 or 2597061. OLE color: 2597061.

HSL color Cylindrical-coordinate representation of color #C5A027: hue angle of 45.95º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5A027 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 39 -
CMYK 0 0.19 0.80 0.23
HSL 45.95º 0.67% 0.46% -
HSV(B) 45.95º 0.8% 0.77% -
XYZ 35.96 37.16 7.2 -
YUV 157.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 197 160 39 0 0.19 0.80 0.23 45.95 0.67 0.46
Hex C5 A0 27 0 13 50 17 2E 43 2E
Octal 305 240 47 0 23 120 27 56 103 56
Binary 11000101 10100000 100111 0 10011 1010000 10111 101110 1000011 101110

Color Harmonies of #C5A027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A027

Black with #C5A027

Text Example


Text Example

White with #C5A027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A027; }

 p { color: rgb(197,160,39); }

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

background-color css

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

 a { background-color: rgb(197,160,39); }

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

border-color css

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

 span { border-color: rgb(197,160,39); }

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