Html Css Color HEX #C49E11 Buddha Gold

📋 copy color: '#C49E11'

red 196 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #C49E11

Tints of Buddha Gold #C49E11

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 52.83%
G = 42.59%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C49E11 (or 0xC49E11) is known color: Buddha Gold. HEX triplet: C4, 9E and 11. RGB value is (196,158,17). Sum of RGB (Red+Green+Blue) = 196+158+17=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E11 is #3B61EE. Grayscale: #999999. Windows color (decimal): -3891695 or 1154756. OLE color: 1154756.

HSL color Cylindrical-coordinate representation of color #C49E11: hue angle of 47.26º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C49E11 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 158 17 -
CMYK 0 0.19 0.91 0.23
HSL 47.26º 0.84% 0.42% -
HSV(B) 47.26º 0.91% 0.77% -
XYZ 35.09 36.23 5.67 -
YUV 153.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 196 158 17 0 0.19 0.91 0.23 47.26 0.84 0.42
Hex C4 9E 11 0 13 5B 17 2F 54 2A
Octal 304 236 21 0 23 133 27 57 124 52
Binary 11000100 10011110 10001 0 10011 1011011 10111 101111 1010100 101010

Color Harmonies of #C49E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E11

Black with #C49E11

Text Example


Text Example

White with #C49E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E11; }

 p { color: rgb(196,158,17); }

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

background-color css

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

 a { background-color: rgb(196,158,17); }

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

border-color css

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

 span { border-color: rgb(196,158,17); }

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