Html Css Color HEX #C49C04 Buddha Gold

📋 copy color: '#C49C04'

red 196 ◦ green 156 ◦ blue 4

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

Shades of Buddha Gold #C49C04

Tints of Buddha Gold #C49C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 55.06%
G = 43.82%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C49C04 (or 0xC49C04) is known color: Buddha Gold. HEX triplet: C4, 9C and 04. RGB value is (196,156,4). Sum of RGB (Red+Green+Blue) = 196+156+4=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C04 is #3B63FB. Grayscale: #979797. Windows color (decimal): -3892220 or 302276. OLE color: 302276.

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

Color convert

RGB 196 156 4 -
CMYK 0 0.20 0.98 0.23
HSL 47.5º 0.96% 0.39% -
HSV(B) 47.5º 0.98% 0.77% -
XYZ 34.68 35.52 5.14 -
YUV 150.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 196 156 4 0 0.20 0.98 0.23 47.5 0.96 0.39
Hex C4 9C 4 0 14 62 17 30 60 27
Octal 304 234 4 0 24 142 27 60 140 47
Binary 11000100 10011100 100 0 10100 1100010 10111 110000 1100000 100111

Color Harmonies of #C49C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C04

Black with #C49C04

Text Example


Text Example

White with #C49C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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