Html Css Color HEX #C49913 Buddha Gold

📋 copy color: '#C49913'

red 196 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #C49913

Tints of Buddha Gold #C49913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 53.26%
G = 41.58%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C49913 (or 0xC49913) is known color: Buddha Gold. HEX triplet: C4, 99 and 13. RGB value is (196,153,19). Sum of RGB (Red+Green+Blue) = 196+153+19=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C49913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49913 is #3B66EC. Grayscale: #979797. Windows color (decimal): -3892973 or 1284548. OLE color: 1284548.

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

Color convert

RGB 196 153 19 -
CMYK 0 0.22 0.90 0.23
HSL 45.42º 0.82% 0.42% -
HSV(B) 45.42º 0.9% 0.77% -
XYZ 34.27 34.57 5.48 -
YUV 150.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 196 153 19 0 0.22 0.90 0.23 45.42 0.82 0.42
Hex C4 99 13 0 16 5A 17 2D 52 2A
Octal 304 231 23 0 26 132 27 55 122 52
Binary 11000100 10011001 10011 0 10110 1011010 10111 101101 1010010 101010

Color Harmonies of #C49913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49913

Black with #C49913

Text Example


Text Example

White with #C49913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49913; }

 p { color: rgb(196,153,19); }

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

background-color css

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

 a { background-color: rgb(196,153,19); }

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

border-color css

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

 span { border-color: rgb(196,153,19); }

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