Html Css Color HEX #C8A104 Buddha Gold

📋 copy color: '#C8A104'

red 200 ◦ green 161 ◦ blue 4

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

Shades of Buddha Gold #C8A104

Tints of Buddha Gold #C8A104

RGB

 RED value IS 200 (78.52% from 255) = 54.79%

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

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

R = 54.79%
G = 44.11%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8A104 (or 0xC8A104) is known color: Buddha Gold. HEX triplet: C8, A1 and 04. RGB value is (200,161,4). Sum of RGB (Red+Green+Blue) = 200+161+4=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A104 is #375EFB. Grayscale: #9B9B9B. Windows color (decimal): -3628796 or 303560. OLE color: 303560.

HSL color Cylindrical-coordinate representation of color #C8A104: hue angle of 48.06º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8A104 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 161 4 -
CMYK 0 0.19 0.98 0.22
HSL 48.06º 0.96% 0.4% -
HSV(B) 48.06º 0.98% 0.78% -
XYZ 36.59 37.78 5.48 -
YUV 154.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 200 161 4 0 0.19 0.98 0.22 48.06 0.96 0.4
Hex C8 A1 4 0 13 62 16 30 60 28
Octal 310 241 4 0 23 142 26 60 140 50
Binary 11001000 10100001 100 0 10011 1100010 10110 110000 1100000 101000

Color Harmonies of #C8A104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A104

Black with #C8A104

Text Example


Text Example

White with #C8A104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A104; }

 p { color: rgb(200,161,4); }

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

background-color css

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

 a { background-color: rgb(200,161,4); }

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

border-color css

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

 span { border-color: rgb(200,161,4); }

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