Html Css Color HEX #C59E26 Buddha Gold

📋 copy color: '#C59E26'

red 197 ◦ green 158 ◦ blue 38

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

Shades of Buddha Gold #C59E26

Tints of Buddha Gold #C59E26

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

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

R = 50.13%
G = 40.2%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C59E26 (or 0xC59E26) is known color: Buddha Gold. HEX triplet: C5, 9E and 26. RGB value is (197,158,38). Sum of RGB (Red+Green+Blue) = 197+158+38=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E26 is #3A61D9. Grayscale: #9C9C9C. Windows color (decimal): -3826138 or 2531013. OLE color: 2531013.

HSL color Cylindrical-coordinate representation of color #C59E26: hue angle of 45.28º 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 #C59E26 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 158 38 -
CMYK 0 0.20 0.81 0.23
HSL 45.28º 0.68% 0.46% -
HSV(B) 45.28º 0.81% 0.77% -
XYZ 35.6 36.46 7 -
YUV 155.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 197 158 38 0 0.20 0.81 0.23 45.28 0.68 0.46
Hex C5 9E 26 0 14 51 17 2D 44 2E
Octal 305 236 46 0 24 121 27 55 104 56
Binary 11000101 10011110 100110 0 10100 1010001 10111 101101 1000100 101110

Color Harmonies of #C59E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E26

Black with #C59E26

Text Example


Text Example

White with #C59E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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