Html Css Color HEX #C0A113 Buddha Gold

📋 copy color: '#C0A113'

red 192 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #C0A113

Tints of Buddha Gold #C0A113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 51.61%
G = 43.28%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0A113 (or 0xC0A113) is known color: Buddha Gold. HEX triplet: C0, A1 and 13. RGB value is (192,161,19). Sum of RGB (Red+Green+Blue) = 192+161+19=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A113 is #3F5EEC. Grayscale: #9A9A9A. Windows color (decimal): -4153069 or 1286592. OLE color: 1286592.

HSL color Cylindrical-coordinate representation of color #C0A113: hue angle of 49.25º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0A113 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 19 -
CMYK 0 0.16 0.90 0.25
HSL 49.25º 0.82% 0.41% -
HSV(B) 49.25º 0.9% 0.75% -
XYZ 34.6 36.74 5.88 -
YUV 154.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 192 161 19 0 0.16 0.90 0.25 49.25 0.82 0.41
Hex C0 A1 13 0 10 5A 19 31 52 29
Octal 300 241 23 0 20 132 31 61 122 51
Binary 11000000 10100001 10011 0 10000 1011010 11001 110001 1010010 101001

Color Harmonies of #C0A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A113

Black with #C0A113

Text Example


Text Example

White with #C0A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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