Html Css Color HEX #C29212 Buddha Gold

📋 copy color: '#C29212'

red 194 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #C29212

Tints of Buddha Gold #C29212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 54.19%
G = 40.78%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29212 (or 0xC29212) is known color: Buddha Gold. HEX triplet: C2, 92 and 12. RGB value is (194,146,18). Sum of RGB (Red+Green+Blue) = 194+146+18=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C29212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29212 is #3D6DED. Grayscale: #929292. Windows color (decimal): -4025838 or 1217218. OLE color: 1217218.

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

Color convert

RGB 194 146 18 -
CMYK 0 0.25 0.91 0.24
HSL 43.64º 0.83% 0.42% -
HSV(B) 43.64º 0.91% 0.76% -
XYZ 32.64 32.07 5.04 -
YUV 145.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 194 146 18 0 0.25 0.91 0.24 43.64 0.83 0.42
Hex C2 92 12 0 19 5B 18 2C 53 2A
Octal 302 222 22 0 31 133 30 54 123 52
Binary 11000010 10010010 10010 0 11001 1011011 11000 101100 1010011 101010

Color Harmonies of #C29212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29212

Black with #C29212

Text Example


Text Example

White with #C29212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29212; }

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

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

background-color css

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

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

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

border-color css

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

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

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