Html Css Color HEX #C29E12 Buddha Gold

📋 copy color: '#C29E12'

red 194 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #C29E12

Tints of Buddha Gold #C29E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.7%

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

R = 52.43%
G = 42.7%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29E12 (or 0xC29E12) is known color: Buddha Gold. HEX triplet: C2, 9E and 12. RGB value is (194,158,18). Sum of RGB (Red+Green+Blue) = 194+158+18=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E12 is #3D61ED. Grayscale: #999999. Windows color (decimal): -4022766 or 1220290. OLE color: 1220290.

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

Color convert

RGB 194 158 18 -
CMYK 0 0.19 0.91 0.24
HSL 47.73º 0.83% 0.42% -
HSV(B) 47.73º 0.91% 0.76% -
XYZ 34.58 35.97 5.69 -
YUV 152.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 194 158 18 0 0.19 0.91 0.24 47.73 0.83 0.42
Hex C2 9E 12 0 13 5B 18 30 53 2A
Octal 302 236 22 0 23 133 30 60 123 52
Binary 11000010 10011110 10010 0 10011 1011011 11000 110000 1010011 101010

Color Harmonies of #C29E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E12

Black with #C29E12

Text Example


Text Example

White with #C29E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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