Html Css Color HEX #C19F10 Buddha Gold

📋 copy color: '#C19F10'

red 193 ◦ green 159 ◦ blue 16

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

Shades of Buddha Gold #C19F10

Tints of Buddha Gold #C19F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 52.45%
G = 43.21%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19F10 (or 0xC19F10) is known color: Buddha Gold. HEX triplet: C1, 9F and 10. RGB value is (193,159,16). Sum of RGB (Red+Green+Blue) = 193+159+16=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19F10 is #3E60EF. Grayscale: #999999. Windows color (decimal): -4088048 or 1089473. OLE color: 1089473.

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

Color convert

RGB 193 159 16 -
CMYK 0 0.18 0.92 0.24
HSL 48.47º 0.85% 0.41% -
HSV(B) 48.47º 0.92% 0.76% -
XYZ 34.48 36.17 5.65 -
YUV 152.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 193 159 16 0 0.18 0.92 0.24 48.47 0.85 0.41
Hex C1 9F 10 0 12 5C 18 30 55 29
Octal 301 237 20 0 22 134 30 60 125 51
Binary 11000001 10011111 10000 0 10010 1011100 11000 110000 1010101 101001

Color Harmonies of #C19F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F10

Black with #C19F10

Text Example


Text Example

White with #C19F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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