Html Css Color HEX #C49619 Buddha Gold

📋 copy color: '#C49619'

red 196 ◦ green 150 ◦ blue 25

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

Shades of Buddha Gold #C49619

Tints of Buddha Gold #C49619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

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

R = 52.83%
G = 40.43%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C49619 (or 0xC49619) is known color: Buddha Gold. HEX triplet: C4, 96 and 19. RGB value is (196,150,25). Sum of RGB (Red+Green+Blue) = 196+150+25=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C49619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49619 is #3B69E6. Grayscale: #969696. Windows color (decimal): -3893735 or 1676996. OLE color: 1676996.

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

Color convert

RGB 196 150 25 -
CMYK 0 0.23 0.87 0.23
HSL 43.86º 0.77% 0.43% -
HSV(B) 43.86º 0.87% 0.77% -
XYZ 33.85 33.62 5.62 -
YUV 149.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 196 150 25 0 0.23 0.87 0.23 43.86 0.77 0.43
Hex C4 96 19 0 17 57 17 2C 4D 2B
Octal 304 226 31 0 27 127 27 54 115 53
Binary 11000100 10010110 11001 0 10111 1010111 10111 101100 1001101 101011

Color Harmonies of #C49619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49619

Black with #C49619

Text Example


Text Example

White with #C49619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49619; }

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

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

background-color css

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

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

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

border-color css

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

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

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