Html Css Color HEX #C19511 Buddha Gold

📋 copy color: '#C19511'

red 193 ◦ green 149 ◦ blue 17

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

Shades of Buddha Gold #C19511

Tints of Buddha Gold #C19511

RGB

 RED value IS 193 (75.78% from 255) = 53.76%

 GREEN value IS 149 (58.59% from 255) = 41.5%

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

R = 53.76%
G = 41.5%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C19511 (or 0xC19511) is known color: Buddha Gold. HEX triplet: C1, 95 and 11. RGB value is (193,149,17). Sum of RGB (Red+Green+Blue) = 193+149+17=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C19511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19511 is #3E6AEE. Grayscale: #939393. Windows color (decimal): -4090607 or 1152449. OLE color: 1152449.

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

Color convert

RGB 193 149 17 -
CMYK 0 0.23 0.91 0.24
HSL 45º 0.84% 0.41% -
HSV(B) 45º 0.91% 0.76% -
XYZ 32.84 32.87 5.14 -
YUV 147.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 193 149 17 0 0.23 0.91 0.24 45 0.84 0.41
Hex C1 95 11 0 17 5B 18 2D 54 29
Octal 301 225 21 0 27 133 30 55 124 51
Binary 11000001 10010101 10001 0 10111 1011011 11000 101101 1010100 101001

Color Harmonies of #C19511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19511

Black with #C19511

Text Example


Text Example

White with #C19511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19511; }

 p { color: rgb(193,149,17); }

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

background-color css

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

 a { background-color: rgb(193,149,17); }

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

border-color css

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

 span { border-color: rgb(193,149,17); }

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