Html Css Color HEX #C49F10 Buddha Gold

📋 copy color: '#C49F10'

red 196 ◦ green 159 ◦ blue 16

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

Shades of Buddha Gold #C49F10

Tints of Buddha Gold #C49F10

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.86%

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

R = 52.83%
G = 42.86%
B = 4.31%

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

#C49F10 (or 0xC49F10) is known color: Buddha Gold. HEX triplet: C4, 9F and 10. RGB value is (196,159,16). Sum of RGB (Red+Green+Blue) = 196+159+16=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F10 is #3B60EF. Grayscale: #9A9A9A. Windows color (decimal): -3891440 or 1089476. OLE color: 1089476.

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

Color convert

RGB 196 159 16 -
CMYK 0 0.19 0.92 0.23
HSL 47.67º 0.85% 0.42% -
HSV(B) 47.67º 0.92% 0.77% -
XYZ 35.26 36.57 5.69 -
YUV 153.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 196 159 16 0 0.19 0.92 0.23 47.67 0.85 0.42
Hex C4 9F 10 0 13 5C 17 30 55 2A
Octal 304 237 20 0 23 134 27 60 125 52
Binary 11000100 10011111 10000 0 10011 1011100 10111 110000 1010101 101010

Color Harmonies of #C49F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F10

Black with #C49F10

Text Example


Text Example

White with #C49F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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