Html Css Color HEX #C49E25 Buddha Gold

📋 copy color: '#C49E25'

red 196 ◦ green 158 ◦ blue 37

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

Shades of Buddha Gold #C49E25

Tints of Buddha Gold #C49E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.46%

R = 50.13%
G = 40.41%
B = 9.46%

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

#C49E25 (or 0xC49E25) is known color: Buddha Gold. HEX triplet: C4, 9E and 25. RGB value is (196,158,37). Sum of RGB (Red+Green+Blue) = 196+158+37=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49E25 is #3B61DA. Grayscale: #9C9C9C. Windows color (decimal): -3891675 or 2465476. OLE color: 2465476.

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

Color convert

RGB 196 158 37 -
CMYK 0 0.19 0.81 0.23
HSL 45.66º 0.68% 0.46% -
HSV(B) 45.66º 0.81% 0.77% -
XYZ 35.33 36.32 6.9 -
YUV 155.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 196 158 37 0 0.19 0.81 0.23 45.66 0.68 0.46
Hex C4 9E 25 0 13 51 17 2E 44 2E
Octal 304 236 45 0 23 121 27 56 104 56
Binary 11000100 10011110 100101 0 10011 1010001 10111 101110 1000100 101110

Color Harmonies of #C49E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E25

Black with #C49E25

Text Example


Text Example

White with #C49E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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