Html Css Color HEX #C5A008 Buddha Gold

📋 copy color: '#C5A008'

red 197 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #C5A008

Tints of Buddha Gold #C5A008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 53.97%
G = 43.84%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C5A008 (or 0xC5A008) is known color: Buddha Gold. HEX triplet: C5, A0 and 08. RGB value is (197,160,8). Sum of RGB (Red+Green+Blue) = 197+160+8=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A008 is #3A5FF7. Grayscale: #9A9A9A. Windows color (decimal): -3825656 or 565445. OLE color: 565445.

HSL color Cylindrical-coordinate representation of color #C5A008: hue angle of 48.25º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5A008 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 8 -
CMYK 0 0.19 0.96 0.23
HSL 48.25º 0.92% 0.4% -
HSV(B) 48.25º 0.96% 0.77% -
XYZ 35.64 37.03 5.5 -
YUV 153.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 197 160 8 0 0.19 0.96 0.23 48.25 0.92 0.4
Hex C5 A0 8 0 13 60 17 30 5C 28
Octal 305 240 10 0 23 140 27 60 134 50
Binary 11000101 10100000 1000 0 10011 1100000 10111 110000 1011100 101000

Color Harmonies of #C5A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A008

Black with #C5A008

Text Example


Text Example

White with #C5A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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