Html Css Color HEX #C0A311 Buddha Gold

📋 copy color: '#C0A311'

red 192 ◦ green 163 ◦ blue 17

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

Shades of Buddha Gold #C0A311

Tints of Buddha Gold #C0A311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 51.61%
G = 43.82%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0A311 (or 0xC0A311) is known color: Buddha Gold. HEX triplet: C0, A3 and 11. RGB value is (192,163,17). Sum of RGB (Red+Green+Blue) = 192+163+17=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A311 is #3F5CEE. Grayscale: #9B9B9B. Windows color (decimal): -4152559 or 1156032. OLE color: 1156032.

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

Color convert

RGB 192 163 17 -
CMYK 0 0.15 0.91 0.25
HSL 50.06º 0.84% 0.41% -
HSV(B) 50.06º 0.91% 0.75% -
XYZ 34.94 37.44 5.92 -
YUV 155.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 192 163 17 0 0.15 0.91 0.25 50.06 0.84 0.41
Hex C0 A3 11 0 F 5B 19 32 54 29
Octal 300 243 21 0 17 133 31 62 124 51
Binary 11000000 10100011 10001 0 1111 1011011 11001 110010 1010100 101001

Color Harmonies of #C0A311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A311

Black with #C0A311

Text Example


Text Example

White with #C0A311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A311; }

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

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

background-color css

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

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

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

border-color css

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

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

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