Html Css Color HEX #C29118 Buddha Gold

📋 copy color: '#C29118'

red 194 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #C29118

Tints of Buddha Gold #C29118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 53.44%
G = 39.94%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29118 (or 0xC29118) is known color: Buddha Gold. HEX triplet: C2, 91 and 18. RGB value is (194,145,24). Sum of RGB (Red+Green+Blue) = 194+145+24=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29118 is #3D6EE7. Grayscale: #929292. Windows color (decimal): -4026088 or 1610178. OLE color: 1610178.

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

Color convert

RGB 194 145 24 -
CMYK 0 0.25 0.88 0.24
HSL 42.71º 0.78% 0.43% -
HSV(B) 42.71º 0.88% 0.76% -
XYZ 32.54 31.79 5.28 -
YUV 145.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 194 145 24 0 0.25 0.88 0.24 42.71 0.78 0.43
Hex C2 91 18 0 19 58 18 2B 4E 2B
Octal 302 221 30 0 31 130 30 53 116 53
Binary 11000010 10010001 11000 0 11001 1011000 11000 101011 1001110 101011

Color Harmonies of #C29118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29118

Black with #C29118

Text Example


Text Example

White with #C29118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29118; }

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

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

background-color css

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

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

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

border-color css

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

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

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