Html Css Color HEX #C4A108 Buddha Gold

📋 copy color: '#C4A108'

red 196 ◦ green 161 ◦ blue 8

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

Shades of Buddha Gold #C4A108

Tints of Buddha Gold #C4A108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 53.7%
G = 44.11%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C4A108 (or 0xC4A108) is known color: Buddha Gold. HEX triplet: C4, A1 and 08. RGB value is (196,161,8). Sum of RGB (Red+Green+Blue) = 196+161+8=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A108 is #3B5EF7. Grayscale: #9A9A9A. Windows color (decimal): -3890936 or 565700. OLE color: 565700.

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

Color convert

RGB 196 161 8 -
CMYK 0 0.18 0.96 0.23
HSL 48.83º 0.92% 0.4% -
HSV(B) 48.83º 0.96% 0.77% -
XYZ 35.55 37.24 5.54 -
YUV 154.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 196 161 8 0 0.18 0.96 0.23 48.83 0.92 0.4
Hex C4 A1 8 0 12 60 17 31 5C 28
Octal 304 241 10 0 22 140 27 61 134 50
Binary 11000100 10100001 1000 0 10010 1100000 10111 110001 1011100 101000

Color Harmonies of #C4A108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A108

Black with #C4A108

Text Example


Text Example

White with #C4A108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A108; }

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

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

background-color css

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

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

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

border-color css

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

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

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