Html Css Color HEX #C29115 Buddha Gold

📋 copy color: '#C29115'

red 194 ◦ green 145 ◦ blue 21

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

Shades of Buddha Gold #C29115

Tints of Buddha Gold #C29115

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

 GREEN value IS 145 (57.03% from 255) = 40.28%

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

R = 53.89%
G = 40.28%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C29115 (or 0xC29115) is known color: Buddha Gold. HEX triplet: C2, 91 and 15. RGB value is (194,145,21). Sum of RGB (Red+Green+Blue) = 194+145+21=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C29115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29115 is #3D6EEA. Grayscale: #929292. Windows color (decimal): -4026091 or 1413570. OLE color: 1413570.

HSL color Cylindrical-coordinate representation of color #C29115: hue angle of 43.01º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C29115 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 21 -
CMYK 0 0.25 0.89 0.24
HSL 43.01º 0.8% 0.42% -
HSV(B) 43.01º 0.89% 0.76% -
XYZ 32.51 31.77 5.13 -
YUV 145.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 194 145 21 0 0.25 0.89 0.24 43.01 0.8 0.42
Hex C2 91 15 0 19 59 18 2B 50 2A
Octal 302 221 25 0 31 131 30 53 120 52
Binary 11000010 10010001 10101 0 11001 1011001 11000 101011 1010000 101010

Color Harmonies of #C29115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29115

Black with #C29115

Text Example


Text Example

White with #C29115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29115; }

 p { color: rgb(194,145,21); }

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

background-color css

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

 a { background-color: rgb(194,145,21); }

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

border-color css

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

 span { border-color: rgb(194,145,21); }

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