Html Css Color HEX #C4A110 Buddha Gold

📋 copy color: '#C4A110'

red 196 ◦ green 161 ◦ blue 16

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

Shades of Buddha Gold #C4A110

Tints of Buddha Gold #C4A110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 52.55%
G = 43.16%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4A110 (or 0xC4A110) is known color: Buddha Gold. HEX triplet: C4, A1 and 10. RGB value is (196,161,16). Sum of RGB (Red+Green+Blue) = 196+161+16=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A110 is #3B5EEF. Grayscale: #9B9B9B. Windows color (decimal): -3890928 or 1089988. OLE color: 1089988.

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

Color convert

RGB 196 161 16 -
CMYK 0 0.18 0.92 0.23
HSL 48.33º 0.85% 0.42% -
HSV(B) 48.33º 0.92% 0.77% -
XYZ 35.6 37.26 5.81 -
YUV 154.94 49.6 157.29 -
System Red Green Blue C M Y K H S L
Decimal 196 161 16 0 0.18 0.92 0.23 48.33 0.85 0.42
Hex C4 A1 10 0 12 5C 17 30 55 2A
Octal 304 241 20 0 22 134 27 60 125 52
Binary 11000100 10100001 10000 0 10010 1011100 10111 110000 1010101 101010

Color Harmonies of #C4A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A110

Black with #C4A110

Text Example


Text Example

White with #C4A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A110; }

 p { color: rgb(196,161,16); }

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

background-color css

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

 a { background-color: rgb(196,161,16); }

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

border-color css

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

 span { border-color: rgb(196,161,16); }

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