Html Css Color HEX #C49517 Buddha Gold

📋 copy color: '#C49517'

red 196 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #C49517

Tints of Buddha Gold #C49517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 53.26%
G = 40.49%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C49517 (or 0xC49517) is known color: Buddha Gold. HEX triplet: C4, 95 and 17. RGB value is (196,149,23). Sum of RGB (Red+Green+Blue) = 196+149+23=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C49517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49517 is #3B6AE8. Grayscale: #959595. Windows color (decimal): -3893993 or 1545668. OLE color: 1545668.

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

Color convert

RGB 196 149 23 -
CMYK 0 0.24 0.88 0.23
HSL 43.7º 0.79% 0.43% -
HSV(B) 43.7º 0.88% 0.77% -
XYZ 33.67 33.29 5.46 -
YUV 148.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 196 149 23 0 0.24 0.88 0.23 43.7 0.79 0.43
Hex C4 95 17 0 18 58 17 2C 4F 2B
Octal 304 225 27 0 30 130 27 54 117 53
Binary 11000100 10010101 10111 0 11000 1011000 10111 101100 1001111 101011

Color Harmonies of #C49517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49517

Black with #C49517

Text Example


Text Example

White with #C49517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49517; }

 p { color: rgb(196,149,23); }

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

background-color css

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

 a { background-color: rgb(196,149,23); }

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

border-color css

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

 span { border-color: rgb(196,149,23); }

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