Html Css Color HEX #C49F26 Buddha Gold

📋 copy color: '#C49F26'

red 196 ◦ green 159 ◦ blue 38

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

Shades of Buddha Gold #C49F26

Tints of Buddha Gold #C49F26

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

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

R = 49.87%
G = 40.46%
B = 9.67%

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

#C49F26 (or 0xC49F26) is known color: Buddha Gold. HEX triplet: C4, 9F and 26. RGB value is (196,159,38). Sum of RGB (Red+Green+Blue) = 196+159+38=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F26 is #3B60D9. Grayscale: #9C9C9C. Windows color (decimal): -3891418 or 2531268. OLE color: 2531268.

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

Color convert

RGB 196 159 38 -
CMYK 0 0.19 0.81 0.23
HSL 45.95º 0.68% 0.46% -
HSV(B) 45.95º 0.81% 0.77% -
XYZ 35.51 36.67 7.04 -
YUV 156.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 196 159 38 0 0.19 0.81 0.23 45.95 0.68 0.46
Hex C4 9F 26 0 13 51 17 2E 44 2E
Octal 304 237 46 0 23 121 27 56 104 56
Binary 11000100 10011111 100110 0 10011 1010001 10111 101110 1000100 101110

Color Harmonies of #C49F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F26

Black with #C49F26

Text Example


Text Example

White with #C49F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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