Html Css Color HEX #C0A104 Buddha Gold

📋 copy color: '#C0A104'

red 192 ◦ green 161 ◦ blue 4

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

Shades of Buddha Gold #C0A104

Tints of Buddha Gold #C0A104

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

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

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

R = 53.78%
G = 45.1%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0A104 (or 0xC0A104) is known color: Buddha Gold. HEX triplet: C0, A1 and 04. RGB value is (192,161,4). Sum of RGB (Red+Green+Blue) = 192+161+4=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A104 is #3F5EFB. Grayscale: #999999. Windows color (decimal): -4153084 or 303552. OLE color: 303552.

HSL color Cylindrical-coordinate representation of color #C0A104: hue angle of 50.11º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0A104 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 4 -
CMYK 0 0.16 0.98 0.25
HSL 50.11º 0.96% 0.38% -
HSV(B) 50.11º 0.98% 0.75% -
XYZ 34.51 36.7 5.38 -
YUV 152.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 192 161 4 0 0.16 0.98 0.25 50.11 0.96 0.38
Hex C0 A1 4 0 10 62 19 32 60 26
Octal 300 241 4 0 20 142 31 62 140 46
Binary 11000000 10100001 100 0 10000 1100010 11001 110010 1100000 100110

Color Harmonies of #C0A104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A104

Black with #C0A104

Text Example


Text Example

White with #C0A104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A104; }

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

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

background-color css

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

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

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

border-color css

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

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

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