Html Css Color HEX #C29815 Buddha Gold

📋 copy color: '#C29815'

red 194 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #C29815

Tints of Buddha Gold #C29815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 52.86%
G = 41.42%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C29815 (or 0xC29815) is known color: Buddha Gold. HEX triplet: C2, 98 and 15. RGB value is (194,152,21). Sum of RGB (Red+Green+Blue) = 194+152+21=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C29815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29815 is #3D67EA. Grayscale: #969696. Windows color (decimal): -4024299 or 1415362. OLE color: 1415362.

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

Color convert

RGB 194 152 21 -
CMYK 0 0.22 0.89 0.24
HSL 45.43º 0.8% 0.42% -
HSV(B) 45.43º 0.89% 0.76% -
XYZ 33.61 33.98 5.5 -
YUV 149.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 194 152 21 0 0.22 0.89 0.24 45.43 0.8 0.42
Hex C2 98 15 0 16 59 18 2D 50 2A
Octal 302 230 25 0 26 131 30 55 120 52
Binary 11000010 10011000 10101 0 10110 1011001 11000 101101 1010000 101010

Color Harmonies of #C29815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29815

Black with #C29815

Text Example


Text Example

White with #C29815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29815; }

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

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

background-color css

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

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

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

border-color css

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

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

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