Html Css Color HEX #C49C1B Buddha Gold

📋 copy color: '#C49C1B'

red 196 ◦ green 156 ◦ blue 27

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

Shades of Buddha Gold #C49C1B

Tints of Buddha Gold #C49C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.12%

R = 51.72%
G = 41.16%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C49C1B (or 0xC49C1B) is known color: Buddha Gold. HEX triplet: C4, 9C and 1B. RGB value is (196,156,27). Sum of RGB (Red+Green+Blue) = 196+156+27=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C1B is #3B63E4. Grayscale: #999999. Windows color (decimal): -3892197 or 1809604. OLE color: 1809604.

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

Color convert

RGB 196 156 27 -
CMYK 0 0.20 0.86 0.23
HSL 45.8º 0.76% 0.44% -
HSV(B) 45.8º 0.86% 0.77% -
XYZ 34.85 35.59 6.07 -
YUV 153.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 196 156 27 0 0.20 0.86 0.23 45.8 0.76 0.44
Hex C4 9C 1B 0 14 56 17 2E 4C 2C
Octal 304 234 33 0 24 126 27 56 114 54
Binary 11000100 10011100 11011 0 10100 1010110 10111 101110 1001100 101100

Color Harmonies of #C49C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C1B

Black with #C49C1B

Text Example


Text Example

White with #C49C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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