Html Css Color HEX #C5A226 Buddha Gold

📋 copy color: '#C5A226'

red 197 ◦ green 162 ◦ blue 38

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

Shades of Buddha Gold #C5A226

Tints of Buddha Gold #C5A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 38 (15.23% from 255) = 9.57%

R = 49.62%
G = 40.81%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5A226 (or 0xC5A226) is known color: Buddha Gold. HEX triplet: C5, A2 and 26. RGB value is (197,162,38). Sum of RGB (Red+Green+Blue) = 197+162+38=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A226 is #3A5DD9. Grayscale: #9E9E9E. Windows color (decimal): -3825114 or 2532037. OLE color: 2532037.

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

Color convert

RGB 197 162 38 -
CMYK 0 0.18 0.81 0.23
HSL 46.79º 0.68% 0.46% -
HSV(B) 46.79º 0.81% 0.77% -
XYZ 36.3 37.85 7.23 -
YUV 158.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 197 162 38 0 0.18 0.81 0.23 46.79 0.68 0.46
Hex C5 A2 26 0 12 51 17 2F 44 2E
Octal 305 242 46 0 22 121 27 57 104 56
Binary 11000101 10100010 100110 0 10010 1010001 10111 101111 1000100 101110

Color Harmonies of #C5A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A226

Black with #C5A226

Text Example


Text Example

White with #C5A226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A226; }

 p { color: rgb(197,162,38); }

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

background-color css

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

 a { background-color: rgb(197,162,38); }

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

border-color css

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

 span { border-color: rgb(197,162,38); }

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