Html Css Color HEX #C49B16 Buddha Gold

📋 copy color: '#C49B16'

red 196 ◦ green 155 ◦ blue 22

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

Shades of Buddha Gold #C49B16

Tints of Buddha Gold #C49B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.55%

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 52.55%
G = 41.55%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C49B16 (or 0xC49B16) is known color: Buddha Gold. HEX triplet: C4, 9B and 16. RGB value is (196,155,22). Sum of RGB (Red+Green+Blue) = 196+155+22=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49B16 is #3B64E9. Grayscale: #989898. Windows color (decimal): -3892458 or 1481668. OLE color: 1481668.

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

Color convert

RGB 196 155 22 -
CMYK 0 0.21 0.89 0.23
HSL 45.86º 0.8% 0.43% -
HSV(B) 45.86º 0.89% 0.77% -
XYZ 34.63 35.24 5.74 -
YUV 152.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 196 155 22 0 0.21 0.89 0.23 45.86 0.8 0.43
Hex C4 9B 16 0 15 59 17 2E 50 2B
Octal 304 233 26 0 25 131 27 56 120 53
Binary 11000100 10011011 10110 0 10101 1011001 10111 101110 1010000 101011

Color Harmonies of #C49B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B16

Black with #C49B16

Text Example


Text Example

White with #C49B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B16; }

 p { color: rgb(196,155,22); }

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

background-color css

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

 a { background-color: rgb(196,155,22); }

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

border-color css

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

 span { border-color: rgb(196,155,22); }

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