Html Css Color HEX #C29A19 Buddha Gold

📋 copy color: '#C29A19'

red 194 ◦ green 154 ◦ blue 25

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

Shades of Buddha Gold #C29A19

Tints of Buddha Gold #C29A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 52.01%
G = 41.29%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C29A19 (or 0xC29A19) is known color: Buddha Gold. HEX triplet: C2, 9A and 19. RGB value is (194,154,25). Sum of RGB (Red+Green+Blue) = 194+154+25=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A19 is #3D65E6. Grayscale: #979797. Windows color (decimal): -4023783 or 1678018. OLE color: 1678018.

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

Color convert

RGB 194 154 25 -
CMYK 0 0.21 0.87 0.24
HSL 45.8º 0.77% 0.43% -
HSV(B) 45.8º 0.87% 0.76% -
XYZ 33.98 34.65 5.82 -
YUV 151.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 194 154 25 0 0.21 0.87 0.24 45.8 0.77 0.43
Hex C2 9A 19 0 15 57 18 2E 4D 2B
Octal 302 232 31 0 25 127 30 56 115 53
Binary 11000010 10011010 11001 0 10101 1010111 11000 101110 1001101 101011

Color Harmonies of #C29A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A19

Black with #C29A19

Text Example


Text Example

White with #C29A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A19; }

 p { color: rgb(194,154,25); }

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

background-color css

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

 a { background-color: rgb(194,154,25); }

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

border-color css

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

 span { border-color: rgb(194,154,25); }

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