Html Css Color HEX #C29114 Buddha Gold

📋 copy color: '#C29114'

red 194 ◦ green 145 ◦ blue 20

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

Shades of Buddha Gold #C29114

Tints of Buddha Gold #C29114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 54.04%
G = 40.39%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C29114 (or 0xC29114) is known color: Buddha Gold. HEX triplet: C2, 91 and 14. RGB value is (194,145,20). Sum of RGB (Red+Green+Blue) = 194+145+20=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29114 is #3D6EEB. Grayscale: #919191. Windows color (decimal): -4026092 or 1348034. OLE color: 1348034.

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

Color convert

RGB 194 145 20 -
CMYK 0 0.25 0.90 0.24
HSL 43.1º 0.81% 0.42% -
HSV(B) 43.1º 0.9% 0.76% -
XYZ 32.5 31.77 5.08 -
YUV 145.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 194 145 20 0 0.25 0.90 0.24 43.1 0.81 0.42
Hex C2 91 14 0 19 5A 18 2B 51 2A
Octal 302 221 24 0 31 132 30 53 121 52
Binary 11000010 10010001 10100 0 11001 1011010 11000 101011 1010001 101010

Color Harmonies of #C29114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29114

Black with #C29114

Text Example


Text Example

White with #C29114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29114; }

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

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

background-color css

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

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

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

border-color css

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

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

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