Html Css Color HEX #C0A301 Buddha Gold

📋 copy color: '#C0A301'

red 192 ◦ green 163 ◦ blue 1

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

Shades of Buddha Gold #C0A301

Tints of Buddha Gold #C0A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.79%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 53.93%
G = 45.79%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0A301 (or 0xC0A301) is known color: Buddha Gold. HEX triplet: C0, A3 and 01. RGB value is (192,163,1). Sum of RGB (Red+Green+Blue) = 192+163+1=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A301 is #3F5CFE. Grayscale: #999999. Windows color (decimal): -4152575 or 107456. OLE color: 107456.

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

Color convert

RGB 192 163 1 -
CMYK 0 0.15 0.99 0.25
HSL 50.89º 0.99% 0.38% -
HSV(B) 50.89º 0.99% 0.75% -
XYZ 34.84 37.4 5.41 -
YUV 153.2 42.11 155.67 -
System Red Green Blue C M Y K H S L
Decimal 192 163 1 0 0.15 0.99 0.25 50.89 0.99 0.38
Hex C0 A3 1 0 F 63 19 33 63 26
Octal 300 243 1 0 17 143 31 63 143 46
Binary 11000000 10100011 1 0 1111 1100011 11001 110011 1100011 100110

Color Harmonies of #C0A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A301

Black with #C0A301

Text Example


Text Example

White with #C0A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A301; }

 p { color: rgb(192,163,1); }

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

background-color css

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

 a { background-color: rgb(192,163,1); }

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

border-color css

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

 span { border-color: rgb(192,163,1); }

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