Html Css Color HEX #C0A713 Buddha Gold

📋 copy color: '#C0A713'

red 192 ◦ green 167 ◦ blue 19

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

Shades of Buddha Gold #C0A713

Tints of Buddha Gold #C0A713

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 50.79%
G = 44.18%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0A713 (or 0xC0A713) is known color: Buddha Gold. HEX triplet: C0, A7 and 13. RGB value is (192,167,19). Sum of RGB (Red+Green+Blue) = 192+167+19=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A713 is #3F58EC. Grayscale: #9E9E9E. Windows color (decimal): -4151533 or 1288128. OLE color: 1288128.

HSL color Cylindrical-coordinate representation of color #C0A713: hue angle of 51.33º 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 #C0A713 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 19 -
CMYK 0 0.13 0.90 0.25
HSL 51.33º 0.82% 0.41% -
HSV(B) 51.33º 0.9% 0.75% -
XYZ 35.67 38.89 6.24 -
YUV 157.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 192 167 19 0 0.13 0.90 0.25 51.33 0.82 0.41
Hex C0 A7 13 0 D 5A 19 33 52 29
Octal 300 247 23 0 15 132 31 63 122 51
Binary 11000000 10100111 10011 0 1101 1011010 11001 110011 1010010 101001

Color Harmonies of #C0A713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A713

Black with #C0A713

Text Example


Text Example

White with #C0A713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A713; }

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

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

background-color css

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

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

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

border-color css

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

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

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