Html Css Color HEX #C49915 Buddha Gold

📋 copy color: '#C49915'

red 196 ◦ green 153 ◦ blue 21

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

Shades of Buddha Gold #C49915

Tints of Buddha Gold #C49915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 52.97%
G = 41.35%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C49915 (or 0xC49915) is known color: Buddha Gold. HEX triplet: C4, 99 and 15. RGB value is (196,153,21). Sum of RGB (Red+Green+Blue) = 196+153+21=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C49915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49915 is #3B66EA. Grayscale: #979797. Windows color (decimal): -3892971 or 1415620. OLE color: 1415620.

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

Color convert

RGB 196 153 21 -
CMYK 0 0.22 0.89 0.23
HSL 45.26º 0.81% 0.43% -
HSV(B) 45.26º 0.89% 0.77% -
XYZ 34.29 34.57 5.58 -
YUV 150.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 196 153 21 0 0.22 0.89 0.23 45.26 0.81 0.43
Hex C4 99 15 0 16 59 17 2D 51 2B
Octal 304 231 25 0 26 131 27 55 121 53
Binary 11000100 10011001 10101 0 10110 1011001 10111 101101 1010001 101011

Color Harmonies of #C49915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49915

Black with #C49915

Text Example


Text Example

White with #C49915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49915; }

 p { color: rgb(196,153,21); }

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

background-color css

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

 a { background-color: rgb(196,153,21); }

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

border-color css

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

 span { border-color: rgb(196,153,21); }

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