Html Css Color HEX #C49C11 Buddha Gold

📋 copy color: '#C49C11'

red 196 ◦ green 156 ◦ blue 17

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

Shades of Buddha Gold #C49C11

Tints of Buddha Gold #C49C11

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 53.12%
G = 42.28%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C49C11 (or 0xC49C11) is known color: Buddha Gold. HEX triplet: C4, 9C and 11. RGB value is (196,156,17). Sum of RGB (Red+Green+Blue) = 196+156+17=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C11 is #3B63EE. Grayscale: #989898. Windows color (decimal): -3892207 or 1154244. OLE color: 1154244.

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

Color convert

RGB 196 156 17 -
CMYK 0 0.20 0.91 0.23
HSL 46.59º 0.84% 0.42% -
HSV(B) 46.59º 0.91% 0.77% -
XYZ 34.75 35.55 5.56 -
YUV 152.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 196 156 17 0 0.20 0.91 0.23 46.59 0.84 0.42
Hex C4 9C 11 0 14 5B 17 2F 54 2A
Octal 304 234 21 0 24 133 27 57 124 52
Binary 11000100 10011100 10001 0 10100 1011011 10111 101111 1010100 101010

Color Harmonies of #C49C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C11

Black with #C49C11

Text Example


Text Example

White with #C49C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C11; }

 p { color: rgb(196,156,17); }

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

background-color css

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

 a { background-color: rgb(196,156,17); }

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

border-color css

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

 span { border-color: rgb(196,156,17); }

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