Html Css Color HEX #C49F0B Buddha Gold

📋 copy color: '#C49F0B'

red 196 ◦ green 159 ◦ blue 11

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

Shades of Buddha Gold #C49F0B

Tints of Buddha Gold #C49F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 53.55%
G = 43.44%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C49F0B (or 0xC49F0B) is known color: Buddha Gold. HEX triplet: C4, 9F and 0B. RGB value is (196,159,11). Sum of RGB (Red+Green+Blue) = 196+159+11=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F0B is #3B60F4. Grayscale: #999999. Windows color (decimal): -3891445 or 761796. OLE color: 761796.

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

Color convert

RGB 196 159 11 -
CMYK 0 0.19 0.94 0.23
HSL 48º 0.89% 0.41% -
HSV(B) 48º 0.94% 0.77% -
XYZ 35.22 36.56 5.52 -
YUV 153.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 196 159 11 0 0.19 0.94 0.23 48 0.89 0.41
Hex C4 9F B 0 13 5E 17 30 59 29
Octal 304 237 13 0 23 136 27 60 131 51
Binary 11000100 10011111 1011 0 10011 1011110 10111 110000 1011001 101001

Color Harmonies of #C49F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F0B

Black with #C49F0B

Text Example


Text Example

White with #C49F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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