Html Css Color HEX #C5A10E Buddha Gold

📋 copy color: '#C5A10E'

red 197 ◦ green 161 ◦ blue 14

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

Shades of Buddha Gold #C5A10E

Tints of Buddha Gold #C5A10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.28%

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 52.96%
G = 43.28%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5A10E (or 0xC5A10E) is known color: Buddha Gold. HEX triplet: C5, A1 and 0E. RGB value is (197,161,14). Sum of RGB (Red+Green+Blue) = 197+161+14=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A10E is #3A5EF1. Grayscale: #9B9B9B. Windows color (decimal): -3825394 or 958917. OLE color: 958917.

HSL color Cylindrical-coordinate representation of color #C5A10E: hue angle of 48.2º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5A10E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 14 -
CMYK 0 0.18 0.93 0.23
HSL 48.2º 0.87% 0.41% -
HSV(B) 48.2º 0.93% 0.77% -
XYZ 35.85 37.39 5.74 -
YUV 155.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 197 161 14 0 0.18 0.93 0.23 48.2 0.87 0.41
Hex C5 A1 E 0 12 5D 17 30 57 29
Octal 305 241 16 0 22 135 27 60 127 51
Binary 11000101 10100001 1110 0 10010 1011101 10111 110000 1010111 101001

Color Harmonies of #C5A10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A10E

Black with #C5A10E

Text Example


Text Example

White with #C5A10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A10E; }

 p { color: rgb(197,161,14); }

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

background-color css

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

 a { background-color: rgb(197,161,14); }

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

border-color css

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

 span { border-color: rgb(197,161,14); }

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