Html Css Color HEX #C19F25 Buddha Gold

📋 copy color: '#C19F25'

red 193 ◦ green 159 ◦ blue 37

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

Shades of Buddha Gold #C19F25

Tints of Buddha Gold #C19F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 49.61%
G = 40.87%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19F25 (or 0xC19F25) is known color: Buddha Gold. HEX triplet: C1, 9F and 25. RGB value is (193,159,37). Sum of RGB (Red+Green+Blue) = 193+159+37=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F25 is #3E60DA. Grayscale: #9B9B9B. Windows color (decimal): -4088027 or 2465729. OLE color: 2465729.

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

Color convert

RGB 193 159 37 -
CMYK 0 0.18 0.81 0.24
HSL 46.92º 0.68% 0.45% -
HSV(B) 46.92º 0.81% 0.76% -
XYZ 34.72 36.27 6.92 -
YUV 155.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 193 159 37 0 0.18 0.81 0.24 46.92 0.68 0.45
Hex C1 9F 25 0 12 51 18 2F 44 2D
Octal 301 237 45 0 22 121 30 57 104 55
Binary 11000001 10011111 100101 0 10010 1010001 11000 101111 1000100 101101

Color Harmonies of #C19F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F25

Black with #C19F25

Text Example


Text Example

White with #C19F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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