Html Css Color HEX #C29E25 Buddha Gold

📋 copy color: '#C29E25'

red 194 ◦ green 158 ◦ blue 37

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

Shades of Buddha Gold #C29E25

Tints of Buddha Gold #C29E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 49.87%
G = 40.62%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C29E25 (or 0xC29E25) is known color: Buddha Gold. HEX triplet: C2, 9E and 25. RGB value is (194,158,37). Sum of RGB (Red+Green+Blue) = 194+158+37=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E25 is #3D61DA. Grayscale: #9B9B9B. Windows color (decimal): -4022747 or 2465474. OLE color: 2465474.

HSL color Cylindrical-coordinate representation of color #C29E25: hue angle of 46.24º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C29E25 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 158 37 -
CMYK 0 0.19 0.81 0.24
HSL 46.24º 0.68% 0.45% -
HSV(B) 46.24º 0.81% 0.76% -
XYZ 34.81 36.06 6.88 -
YUV 154.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 194 158 37 0 0.19 0.81 0.24 46.24 0.68 0.45
Hex C2 9E 25 0 13 51 18 2E 44 2D
Octal 302 236 45 0 23 121 30 56 104 55
Binary 11000010 10011110 100101 0 10011 1010001 11000 101110 1000100 101101

Color Harmonies of #C29E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E25

Black with #C29E25

Text Example


Text Example

White with #C29E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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