Html Css Color HEX #C49E26 Buddha Gold

📋 copy color: '#C49E26'

red 196 ◦ green 158 ◦ blue 38

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

Shades of Buddha Gold #C49E26

Tints of Buddha Gold #C49E26

RGB

 RED value IS 196 (76.95% from 255) = 50%

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

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

R = 50%
G = 40.31%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C49E26 (or 0xC49E26) is known color: Buddha Gold. HEX triplet: C4, 9E and 26. RGB value is (196,158,38). Sum of RGB (Red+Green+Blue) = 196+158+38=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49E26 is #3B61D9. Grayscale: #9C9C9C. Windows color (decimal): -3891674 or 2531012. OLE color: 2531012.

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

Color convert

RGB 196 158 38 -
CMYK 0 0.19 0.81 0.23
HSL 45.57º 0.68% 0.46% -
HSV(B) 45.57º 0.81% 0.77% -
XYZ 35.34 36.33 6.98 -
YUV 155.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 196 158 38 0 0.19 0.81 0.23 45.57 0.68 0.46
Hex C4 9E 26 0 13 51 17 2E 44 2E
Octal 304 236 46 0 23 121 27 56 104 56
Binary 11000100 10011110 100110 0 10011 1010001 10111 101110 1000100 101110

Color Harmonies of #C49E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E26

Black with #C49E26

Text Example


Text Example

White with #C49E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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