Html Css Color HEX #C29719 Buddha Gold

📋 copy color: '#C29719'

red 194 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #C29719

Tints of Buddha Gold #C29719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 52.43%
G = 40.81%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C29719 (or 0xC29719) is known color: Buddha Gold. HEX triplet: C2, 97 and 19. RGB value is (194,151,25). Sum of RGB (Red+Green+Blue) = 194+151+25=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29719 is #3D68E6. Grayscale: #969696. Windows color (decimal): -4024551 or 1677250. OLE color: 1677250.

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

Color convert

RGB 194 151 25 -
CMYK 0 0.22 0.87 0.24
HSL 44.73º 0.77% 0.43% -
HSV(B) 44.73º 0.87% 0.76% -
XYZ 33.49 33.67 5.65 -
YUV 149.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 194 151 25 0 0.22 0.87 0.24 44.73 0.77 0.43
Hex C2 97 19 0 16 57 18 2D 4D 2B
Octal 302 227 31 0 26 127 30 55 115 53
Binary 11000010 10010111 11001 0 10110 1010111 11000 101101 1001101 101011

Color Harmonies of #C29719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29719

Black with #C29719

Text Example


Text Example

White with #C29719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29719; }

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

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

background-color css

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

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

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

border-color css

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

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

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