Html Css Color HEX #C49813 Buddha Gold

📋 copy color: '#C49813'

red 196 ◦ green 152 ◦ blue 19

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

Shades of Buddha Gold #C49813

Tints of Buddha Gold #C49813

RGB

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

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

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

R = 53.41%
G = 41.42%
B = 5.18%

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

#C49813 (or 0xC49813) is known color: Buddha Gold. HEX triplet: C4, 98 and 13. RGB value is (196,152,19). Sum of RGB (Red+Green+Blue) = 196+152+19=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C49813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49813 is #3B67EC. Grayscale: #969696. Windows color (decimal): -3893229 or 1284292. OLE color: 1284292.

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

Color convert

RGB 196 152 19 -
CMYK 0 0.22 0.90 0.23
HSL 45.08º 0.82% 0.42% -
HSV(B) 45.08º 0.9% 0.77% -
XYZ 34.11 34.24 5.43 -
YUV 149.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 196 152 19 0 0.22 0.90 0.23 45.08 0.82 0.42
Hex C4 98 13 0 16 5A 17 2D 52 2A
Octal 304 230 23 0 26 132 27 55 122 52
Binary 11000100 10011000 10011 0 10110 1011010 10111 101101 1010010 101010

Color Harmonies of #C49813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49813

Black with #C49813

Text Example


Text Example

White with #C49813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49813; }

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

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

background-color css

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

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

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

border-color css

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

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

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