Html Css Color HEX #C49015 Buddha Gold

📋 copy color: '#C49015'

red 196 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #C49015

Tints of Buddha Gold #C49015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 54.29%
G = 39.89%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C49015 (or 0xC49015) is known color: Buddha Gold. HEX triplet: C4, 90 and 15. RGB value is (196,144,21). Sum of RGB (Red+Green+Blue) = 196+144+21=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C49015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49015 is #3B6FEA. Grayscale: #929292. Windows color (decimal): -3895275 or 1413316. OLE color: 1413316.

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

Color convert

RGB 196 144 21 -
CMYK 0 0.27 0.89 0.23
HSL 42.17º 0.81% 0.43% -
HSV(B) 42.17º 0.89% 0.77% -
XYZ 32.87 31.74 5.1 -
YUV 145.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 196 144 21 0 0.27 0.89 0.23 42.17 0.81 0.43
Hex C4 90 15 0 1B 59 17 2A 51 2B
Octal 304 220 25 0 33 131 27 52 121 53
Binary 11000100 10010000 10101 0 11011 1011001 10111 101010 1010001 101011

Color Harmonies of #C49015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49015

Black with #C49015

Text Example


Text Example

White with #C49015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49015; }

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

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

background-color css

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

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

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

border-color css

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

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

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