Html Css Color HEX #C49013 Buddha Gold

📋 copy color: '#C49013'

red 196 ◦ green 144 ◦ blue 19

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

Shades of Buddha Gold #C49013

Tints of Buddha Gold #C49013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

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

R = 54.6%
G = 40.11%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C49013 (or 0xC49013) is known color: Buddha Gold. HEX triplet: C4, 90 and 13. RGB value is (196,144,19). Sum of RGB (Red+Green+Blue) = 196+144+19=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C49013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49013 is #3B6FEC. Grayscale: #919191. Windows color (decimal): -3895277 or 1282244. OLE color: 1282244.

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

Color convert

RGB 196 144 19 -
CMYK 0 0.27 0.90 0.23
HSL 42.37º 0.82% 0.42% -
HSV(B) 42.37º 0.9% 0.77% -
XYZ 32.86 31.73 5.01 -
YUV 145.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 196 144 19 0 0.27 0.90 0.23 42.37 0.82 0.42
Hex C4 90 13 0 1B 5A 17 2A 52 2A
Octal 304 220 23 0 33 132 27 52 122 52
Binary 11000100 10010000 10011 0 11011 1011010 10111 101010 1010010 101010

Color Harmonies of #C49013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49013

Black with #C49013

Text Example


Text Example

White with #C49013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49013; }

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

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

background-color css

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

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

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

border-color css

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

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

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