Html Css Color HEX #C49819 Buddha Gold

📋 copy color: '#C49819'

red 196 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #C49819

Tints of Buddha Gold #C49819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 52.55%
G = 40.75%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C49819 (or 0xC49819) is known color: Buddha Gold. HEX triplet: C4, 98 and 19. RGB value is (196,152,25). Sum of RGB (Red+Green+Blue) = 196+152+25=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C49819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49819 is #3B67E6. Grayscale: #979797. Windows color (decimal): -3893223 or 1677508. OLE color: 1677508.

HSL color Cylindrical-coordinate representation of color #C49819: hue angle of 44.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C49819 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 25 -
CMYK 0 0.22 0.87 0.23
HSL 44.56º 0.77% 0.43% -
HSV(B) 44.56º 0.87% 0.77% -
XYZ 34.17 34.26 5.73 -
YUV 150.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 196 152 25 0 0.22 0.87 0.23 44.56 0.77 0.43
Hex C4 98 19 0 16 57 17 2D 4D 2B
Octal 304 230 31 0 26 127 27 55 115 53
Binary 11000100 10011000 11001 0 10110 1010111 10111 101101 1001101 101011

Color Harmonies of #C49819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49819

Black with #C49819

Text Example


Text Example

White with #C49819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49819; }

 p { color: rgb(196,152,25); }

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

background-color css

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

 a { background-color: rgb(196,152,25); }

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

border-color css

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

 span { border-color: rgb(196,152,25); }

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