Html Css Color HEX #C49720 Buddha Gold

📋 copy color: '#C49720'

red 196 ◦ green 151 ◦ blue 32

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

Shades of Buddha Gold #C49720

Tints of Buddha Gold #C49720

RGB

 RED value IS 196 (76.95% from 255) = 51.72%

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

 BLUE value IS 32 (12.89% from 255) = 8.44%

R = 51.72%
G = 39.84%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C49720 (or 0xC49720) is known color: Buddha Gold. HEX triplet: C4, 97 and 20. RGB value is (196,151,32). Sum of RGB (Red+Green+Blue) = 196+151+32=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C49720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49720 is #3B68DF. Grayscale: #979797. Windows color (decimal): -3893472 or 2136004. OLE color: 2136004.

HSL color Cylindrical-coordinate representation of color #C49720: hue angle of 43.54º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C49720 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 151 32 -
CMYK 0 0.23 0.84 0.23
HSL 43.54º 0.72% 0.45% -
HSV(B) 43.54º 0.84% 0.77% -
XYZ 34.09 33.97 6.13 -
YUV 150.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 196 151 32 0 0.23 0.84 0.23 43.54 0.72 0.45
Hex C4 97 20 0 17 54 17 2C 48 2D
Octal 304 227 40 0 27 124 27 54 110 55
Binary 11000100 10010111 100000 0 10111 1010100 10111 101100 1001000 101101

Color Harmonies of #C49720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49720

Black with #C49720

Text Example


Text Example

White with #C49720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49720; }

 p { color: rgb(196,151,32); }

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

background-color css

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

 a { background-color: rgb(196,151,32); }

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

border-color css

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

 span { border-color: rgb(196,151,32); }

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