Html Css Color HEX #C49C0F Buddha Gold

📋 copy color: '#C49C0F'

red 196 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #C49C0F

Tints of Buddha Gold #C49C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 53.41%
G = 42.51%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49C0F (or 0xC49C0F) is known color: Buddha Gold. HEX triplet: C4, 9C and 0F. RGB value is (196,156,15). Sum of RGB (Red+Green+Blue) = 196+156+15=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C0F is #3B63F0. Grayscale: #989898. Windows color (decimal): -3892209 or 1023172. OLE color: 1023172.

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

Color convert

RGB 196 156 15 -
CMYK 0 0.20 0.92 0.23
HSL 46.74º 0.86% 0.41% -
HSV(B) 46.74º 0.92% 0.77% -
XYZ 34.74 35.55 5.48 -
YUV 151.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 196 156 15 0 0.20 0.92 0.23 46.74 0.86 0.41
Hex C4 9C F 0 14 5C 17 2F 56 29
Octal 304 234 17 0 24 134 27 57 126 51
Binary 11000100 10011100 1111 0 10100 1011100 10111 101111 1010110 101001

Color Harmonies of #C49C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C0F

Black with #C49C0F

Text Example


Text Example

White with #C49C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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