Html Css Color HEX #C49E10 Buddha Gold

📋 copy color: '#C49E10'

red 196 ◦ green 158 ◦ blue 16

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

Shades of Buddha Gold #C49E10

Tints of Buddha Gold #C49E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 52.97%
G = 42.7%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49E10 (or 0xC49E10) is known color: Buddha Gold. HEX triplet: C4, 9E and 10. RGB value is (196,158,16). Sum of RGB (Red+Green+Blue) = 196+158+16=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E10 is #3B61EF. Grayscale: #999999. Windows color (decimal): -3891696 or 1089220. OLE color: 1089220.

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

Color convert

RGB 196 158 16 -
CMYK 0 0.19 0.92 0.23
HSL 47.33º 0.85% 0.42% -
HSV(B) 47.33º 0.92% 0.77% -
XYZ 35.09 36.23 5.63 -
YUV 153.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 196 158 16 0 0.19 0.92 0.23 47.33 0.85 0.42
Hex C4 9E 10 0 13 5C 17 2F 55 2A
Octal 304 236 20 0 23 134 27 57 125 52
Binary 11000100 10011110 10000 0 10011 1011100 10111 101111 1010101 101010

Color Harmonies of #C49E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E10

Black with #C49E10

Text Example


Text Example

White with #C49E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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