Html Css Color HEX #C29F1A Buddha Gold

📋 copy color: '#C29F1A'

red 194 ◦ green 159 ◦ blue 26

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

Shades of Buddha Gold #C29F1A

Tints of Buddha Gold #C29F1A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 51.19%
G = 41.95%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C29F1A (or 0xC29F1A) is known color: Buddha Gold. HEX triplet: C2, 9F and 1A. RGB value is (194,159,26). Sum of RGB (Red+Green+Blue) = 194+159+26=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F1A is #3D60E5. Grayscale: #9A9A9A. Windows color (decimal): -4022502 or 1744834. OLE color: 1744834.

HSL color Cylindrical-coordinate representation of color #C29F1A: hue angle of 47.5º degrees, saturation: 0.76, 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 #C29F1A is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 26 -
CMYK 0 0.18 0.87 0.24
HSL 47.5º 0.76% 0.43% -
HSV(B) 47.5º 0.87% 0.76% -
XYZ 34.83 36.34 6.16 -
YUV 154.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 194 159 26 0 0.18 0.87 0.24 47.5 0.76 0.43
Hex C2 9F 1A 0 12 57 18 30 4C 2B
Octal 302 237 32 0 22 127 30 60 114 53
Binary 11000010 10011111 11010 0 10010 1010111 11000 110000 1001100 101011

Color Harmonies of #C29F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F1A

Black with #C29F1A

Text Example


Text Example

White with #C29F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F1A; }

 p { color: rgb(194,159,26); }

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

background-color css

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

 a { background-color: rgb(194,159,26); }

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

border-color css

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

 span { border-color: rgb(194,159,26); }

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