Html Css Color HEX #C19311 Buddha Gold

📋 copy color: '#C19311'

red 193 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #C19311

Tints of Buddha Gold #C19311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 54.06%
G = 41.18%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C19311 (or 0xC19311) is known color: Buddha Gold. HEX triplet: C1, 93 and 11. RGB value is (193,147,17). Sum of RGB (Red+Green+Blue) = 193+147+17=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C19311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19311 is #3E6CEE. Grayscale: #929292. Windows color (decimal): -4091119 or 1151937. OLE color: 1151937.

HSL color Cylindrical-coordinate representation of color #C19311: hue angle of 44.32º 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 #C19311 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 147 17 -
CMYK 0 0.24 0.91 0.24
HSL 44.32º 0.84% 0.41% -
HSV(B) 44.32º 0.91% 0.76% -
XYZ 32.53 32.25 5.04 -
YUV 145.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 193 147 17 0 0.24 0.91 0.24 44.32 0.84 0.41
Hex C1 93 11 0 18 5B 18 2C 54 29
Octal 301 223 21 0 30 133 30 54 124 51
Binary 11000001 10010011 10001 0 11000 1011011 11000 101100 1010100 101001

Color Harmonies of #C19311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19311

Black with #C19311

Text Example


Text Example

White with #C19311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19311; }

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

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

background-color css

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

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

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

border-color css

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

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

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