Html Css Color HEX #C19F11 Buddha Gold

📋 copy color: '#C19F11'

red 193 ◦ green 159 ◦ blue 17

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

Shades of Buddha Gold #C19F11

Tints of Buddha Gold #C19F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

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

R = 52.3%
G = 43.09%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C19F11 (or 0xC19F11) is known color: Buddha Gold. HEX triplet: C1, 9F and 11. RGB value is (193,159,17). Sum of RGB (Red+Green+Blue) = 193+159+17=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19F11 is #3E60EE. Grayscale: #999999. Windows color (decimal): -4088047 or 1155009. OLE color: 1155009.

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

Color convert

RGB 193 159 17 -
CMYK 0 0.18 0.91 0.24
HSL 48.41º 0.84% 0.41% -
HSV(B) 48.41º 0.91% 0.76% -
XYZ 34.49 36.17 5.69 -
YUV 152.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 193 159 17 0 0.18 0.91 0.24 48.41 0.84 0.41
Hex C1 9F 11 0 12 5B 18 30 54 29
Octal 301 237 21 0 22 133 30 60 124 51
Binary 11000001 10011111 10001 0 10010 1011011 11000 110000 1010100 101001

Color Harmonies of #C19F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F11

Black with #C19F11

Text Example


Text Example

White with #C19F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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