Html Css Color HEX #C29215 Buddha Gold

📋 copy color: '#C29215'

red 194 ◦ green 146 ◦ blue 21

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

Shades of Buddha Gold #C29215

Tints of Buddha Gold #C29215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 53.74%
G = 40.44%
B = 5.82%

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

#C29215 (or 0xC29215) is known color: Buddha Gold. HEX triplet: C2, 92 and 15. RGB value is (194,146,21). Sum of RGB (Red+Green+Blue) = 194+146+21=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29215 is #3D6DEA. Grayscale: #929292. Windows color (decimal): -4025835 or 1413826. OLE color: 1413826.

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

Color convert

RGB 194 146 21 -
CMYK 0 0.25 0.89 0.24
HSL 43.35º 0.8% 0.42% -
HSV(B) 43.35º 0.89% 0.76% -
XYZ 32.66 32.08 5.18 -
YUV 146.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 194 146 21 0 0.25 0.89 0.24 43.35 0.8 0.42
Hex C2 92 15 0 19 59 18 2B 50 2A
Octal 302 222 25 0 31 131 30 53 120 52
Binary 11000010 10010010 10101 0 11001 1011001 11000 101011 1010000 101010

Color Harmonies of #C29215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29215

Black with #C29215

Text Example


Text Example

White with #C29215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29215; }

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

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

background-color css

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

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

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

border-color css

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

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

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