Html Css Color HEX #C19F17 Buddha Gold

📋 copy color: '#C19F17'

red 193 ◦ green 159 ◦ blue 23

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

Shades of Buddha Gold #C19F17

Tints of Buddha Gold #C19F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 51.47%
G = 42.4%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C19F17 (or 0xC19F17) is known color: Buddha Gold. HEX triplet: C1, 9F and 17. RGB value is (193,159,23). Sum of RGB (Red+Green+Blue) = 193+159+23=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19F17 is #3E60E8. Grayscale: #9A9A9A. Windows color (decimal): -4088041 or 1548225. OLE color: 1548225.

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

Color convert

RGB 193 159 23 -
CMYK 0 0.18 0.88 0.24
HSL 48º 0.79% 0.42% -
HSV(B) 48º 0.88% 0.76% -
XYZ 34.55 36.2 5.98 -
YUV 153.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 193 159 23 0 0.18 0.88 0.24 48 0.79 0.42
Hex C1 9F 17 0 12 58 18 30 4F 2A
Octal 301 237 27 0 22 130 30 60 117 52
Binary 11000001 10011111 10111 0 10010 1011000 11000 110000 1001111 101010

Color Harmonies of #C19F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F17

Black with #C19F17

Text Example


Text Example

White with #C19F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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